summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2020-07-26 14:30:56 +1000
committerDamien George <damien@micropython.org>2020-07-26 22:04:31 +1000
commit0c0cef9870e8215d67c79fefa6582849842001f9 (patch)
tree3cf521c219c21e1b9bcff607a4fbe64d05f3fb8b
parent952de5cb77208f519a88752cd5de43337686f7f4 (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>
-rw-r--r--tests/micropython/import_mpy_invalid.py (renamed from tests/import/mpy_invalid.py)0
-rw-r--r--tests/micropython/import_mpy_invalid.py.exp (renamed from tests/import/mpy_invalid.py.exp)0
-rw-r--r--tests/micropython/import_mpy_native_x64.py (renamed from tests/import/mpy_native.py)0
-rw-r--r--tests/micropython/import_mpy_native_x64.py.exp (renamed from tests/import/mpy_native.py.exp)0
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/import/mpy_invalid.py b/tests/micropython/import_mpy_invalid.py
index d6d01e7f1..d6d01e7f1 100644
--- a/tests/import/mpy_invalid.py
+++ b/tests/micropython/import_mpy_invalid.py
diff --git a/tests/import/mpy_invalid.py.exp b/tests/micropython/import_mpy_invalid.py.exp
index ea748ff6c..ea748ff6c 100644
--- a/tests/import/mpy_invalid.py.exp
+++ b/tests/micropython/import_mpy_invalid.py.exp
diff --git a/tests/import/mpy_native.py b/tests/micropython/import_mpy_native_x64.py
index 5d7bdab4a..5d7bdab4a 100644
--- a/tests/import/mpy_native.py
+++ b/tests/micropython/import_mpy_native_x64.py
diff --git a/tests/import/mpy_native.py.exp b/tests/micropython/import_mpy_native_x64.py.exp
index 320cac09d..320cac09d 100644
--- a/tests/import/mpy_native.py.exp
+++ b/tests/micropython/import_mpy_native_x64.py.exp