summaryrefslogtreecommitdiff
path: root/tests/micropython/builtin_execfile.py.exp
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-06-29 12:48:42 +1000
committerDamien George <damien@micropython.org>2022-06-29 12:48:42 +1000
commit932556d5fc09a196139170fe52436ea8a02020c1 (patch)
treec8f374f0ae601c7226a31c6a1349dbc50b6f4978 /tests/micropython/builtin_execfile.py.exp
parentafa4d0a4b75bc8d21ae95cc76627952d61df93d0 (diff)
tests/micropython: Add test for builtin execfile() function.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython/builtin_execfile.py.exp')
-rw-r--r--tests/micropython/builtin_execfile.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/micropython/builtin_execfile.py.exp b/tests/micropython/builtin_execfile.py.exp
new file mode 100644
index 000000000..1d5d8ee57
--- /dev/null
+++ b/tests/micropython/builtin_execfile.py.exp
@@ -0,0 +1,6 @@
+mount False False
+open /noexist.py rb
+OSError
+open /test.py rb
+123
+umount