cpython/Lib/test/test_import/data
Serhiy Storchaka c0eaa232f6
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Add tests for "import", pkgutil.resolve_name() and unittest.mock.path()
for cases when "import a.b as x" and "from a import b as x" give
different results.
2024-04-30 17:23:44 +03:00
..
circular_imports gh-95754: Better AttributeError on partially initialised module (#112577) 2023-12-21 13:24:10 -08:00
package
package2
package3 gh-117860: Add tests for resolving names when import rebind names (GH-118176) 2024-04-30 17:23:44 +03:00
package4 gh-117860: Add tests for resolving names when import rebind names (GH-118176) 2024-04-30 17:23:44 +03:00
unwritable
double_const.py gh-108303: Move `double_const` to `test_import` where it belongs (#112108) 2023-12-11 19:29:43 +01:00