diff options
| author | Damien George | 2020-07-26 14:30:56 +1000 |
|---|---|---|
| committer | Damien George | 2020-07-26 22:04:31 +1000 |
| commit | 0c0cef9870e8215d67c79fefa6582849842001f9 (patch) | |
| tree | 3cf521c219c21e1b9bcff607a4fbe64d05f3fb8b /tests/micropython/import_mpy_invalid.py.exp | |
| parent | 952de5cb77208f519a88752cd5de43337686f7f4 (diff) | |
tests: Move .mpy import tests from import/ to micropython/ dir.
These tests are specific to MicroPython so have a better home in the
micropython/ test subdir, and putting them here allows them to be run by
all targets, not just those that have access to the local filesystem (eg
the unix port).
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython/import_mpy_invalid.py.exp')
| -rw-r--r-- | tests/micropython/import_mpy_invalid.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/import_mpy_invalid.py.exp b/tests/micropython/import_mpy_invalid.py.exp new file mode 100644 index 000000000..ea748ff6c --- /dev/null +++ b/tests/micropython/import_mpy_invalid.py.exp @@ -0,0 +1,4 @@ +mod0 ValueError incompatible .mpy file +mod1 ValueError incompatible .mpy file +mod2 ValueError incompatible .mpy file +mod3 ValueError incompatible .mpy file |
