micropython/tests/import
Damien George 0c0cef9870 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>
2020-07-26 22:04:31 +10:00
..
pkg
pkg2
pkg3
pkg6
pkg7
pkg8
builtin_import.py
gen_context.py
gen_context2.py
import1a.py
import1b.py
import2a.py
import3a.py
import_file.py
import_long_dyn.py
import_long_dyn2.py
import_override.py
import_override.py.exp
import_pkg1.py
import_pkg2.py
import_pkg3.py
import_pkg4.py
import_pkg5.py
import_pkg6.py
import_pkg7.py
import_pkg8.py
import_star_error.py
module_getattr.py
module_getattr.py.exp
rel_import_inv.py
try_module.py