micropython/tests/import
Paul Sokolovsky d94aa577a6 tests/import_long_dyn: Test for "import *" of a long dynamic name.
Such names aren't stored as qstr in module dict, and there was a bug in
"import *" handling which assumed any name in a module dict is a qstr.
2018-11-01 13:33:16 +11:00
..
pkg
pkg2
pkg3
pkg6
pkg7 tests/import: Update comment now that uPy raises correct exception. 2017-06-28 12:21:29 +10:00
pkg8 tests/import: Improve builtinimport.c test coverage. 2017-01-16 15:59:33 +11:00
builtin_import.py tests/import: Add a test for the builtin __import__ function. 2017-06-28 12:21:29 +10:00
gen_context.py
gen_context2.py
import1a.py
import1b.py
import2a.py tests: Improve test coverage of py/compile.c. 2016-10-11 12:30:32 +11:00
import3a.py
import_file.py
import_long_dyn.py tests/import_long_dyn: Test for "import *" of a long dynamic name. 2018-11-01 13:33:16 +11:00
import_long_dyn2.py tests/import_long_dyn: Test for "import *" of a long dynamic name. 2018-11-01 13:33:16 +11:00
import_pkg1.py tests/import: Add test for compiling "import a.b as c". 2016-09-30 14:48:22 +10:00
import_pkg2.py
import_pkg3.py
import_pkg4.py
import_pkg5.py
import_pkg6.py
import_pkg7.py tests/import: Improve builtinimport.c test coverage. 2017-01-16 15:59:33 +11:00
import_pkg8.py tests/import: Improve builtinimport.c test coverage. 2017-01-16 15:59:33 +11:00
module_getattr.py py/objmodule: Implement PEP 562's __getattr__ for modules. 2018-10-23 11:22:50 +11:00
module_getattr.py.exp tests/import: Add .exp file for module_getattr.py to not require Py 3.7. 2018-10-23 11:56:58 +11:00
mpy_invalid.py tests/import: Add test for importing invalid .mpy file. 2018-06-18 17:50:34 +10:00
mpy_invalid.py.exp tests/import: Add test for importing invalid .mpy file. 2018-06-18 17:50:34 +10:00
rel_import_inv.py
try_module.py