cpython/Lib/test/test_import/data
Miss Islington (bot) a030bae584
[3.12] gh-117860: Add tests for resolving names when import rebind names (GH-118176) (GH-118432)
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.
(cherry picked from commit c0eaa232f6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-04-30 14:52:44 +00:00
..
circular_imports bpo-44717: improve AttributeError on circular imports of submodules (GH-27338) 2021-07-24 23:44:46 +01:00
package
package2
package3 [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-118176) (GH-118432) 2024-04-30 14:52:44 +00:00
package4 [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-118176) (GH-118432) 2024-04-30 14:52:44 +00:00
unwritable bpo-39336: Allow packages to not let their child modules be set on them (#18006) 2020-01-22 16:42:38 -08:00
double_const.py [3.12] gh-108303: Move double_const to test_import where it belongs (GH-112108) (#112976) 2023-12-11 19:00:45 +00:00