PythonExtra/tests/import
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00
..
broken py/builtinimport: Remove partially-loaded modules from sys.modules. 2023-06-05 23:21:52 +10:00
circular py/builtinimport: Remove partially-loaded modules from sys.modules. 2023-06-05 23:21:52 +10:00
ext tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
pkg
pkg2
pkg3 tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pkg6 tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pkg7 py/builtinimport: Change relative import's ValueError to ImportError. 2021-05-30 19:35:03 +10:00
pkg8 tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pkg9 tests/import/import_pkg9.py: Add test for subpackage attribute. 2023-06-01 16:21:37 +10:00
builtin_ext.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
builtin_ext.py.exp tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
builtin_import.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
gen_context.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
gen_context2.py
import1a.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import1b.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import2a.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import3a.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import_broken.py py/builtinimport: Remove partially-loaded modules from sys.modules. 2023-06-05 23:21:52 +10:00
import_circular.py py/builtinimport: Remove partially-loaded modules from sys.modules. 2023-06-05 23:21:52 +10:00
import_file.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
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_override.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import_override.py.exp tests: Add .exp files for basics/parser and import/import_override. 2019-12-13 14:20:47 +11:00
import_pkg1.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import_pkg2.py
import_pkg3.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
import_pkg4.py
import_pkg5.py
import_pkg6.py
import_pkg7.py
import_pkg7.py.exp py/builtinimport: Change relative import's ValueError to ImportError. 2021-05-30 19:35:03 +10:00
import_pkg8.py
import_pkg9.py tests/import/import_pkg9.py: Add test for subpackage attribute. 2023-06-01 16:21:37 +10:00
import_star_error.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
module_dict.py py/objmodule: Add support for __dict__. 2022-09-19 23:22:46 +10:00
module_getattr.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +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
rel_import_inv.py
try_module.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00