micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# test uPy ujson behaviour that's not valid in CPy
|
||||
|
||||
try:
|
||||
import ujson
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
print(ujson.dumps(b"1234"))
|
Reference in New Issue
Block a user