micropython/tests/import
Damien George 63e291de70 py/builtinimport: Raise ValueError for bad relative import, per CPython. 2017-01-16 16:21:04 +11:00
..
pkg
pkg2
pkg3
pkg6 tests: Add another testcase for relative imports. 2015-02-16 12:11:41 +02:00
pkg7 py/builtinimport: Raise ValueError for bad relative import, per CPython. 2017-01-16 16:21:04 +11:00
pkg8 tests/import: Improve builtinimport.c test coverage. 2017-01-16 15:59:33 +11: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 py: Implement __file__ attribute for modules. 2014-07-28 21:21:59 +03: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 tests: Add another testcase for relative imports. 2015-02-16 12:11:41 +02:00
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
rel_import_inv.py tests: Add test for relative import without package context. 2015-06-27 00:40:22 +03:00
try_module.py