diff options
| author | Damien George <damien@micropython.org> | 2022-06-29 12:48:42 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-06-29 12:48:42 +1000 |
| commit | 932556d5fc09a196139170fe52436ea8a02020c1 (patch) | |
| tree | c8f374f0ae601c7226a31c6a1349dbc50b6f4978 /tests/micropython/builtin_execfile.py.exp | |
| parent | afa4d0a4b75bc8d21ae95cc76627952d61df93d0 (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.exp | 6 |
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 |
