summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_namespace_pkgs.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)Anthony Sottile2019-03-081-0/+6
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-0/+16
* Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-1/+33
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-3/+0
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
* Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-291-0/+293