New submission from Brett Cannon: test_importlib has a ton of utility code, typically segregated into separate util modules in each directory. But it makes importing a pain as you typically end up with the global test_importlib.util plus the directory-specific util module. Would be better to ditch the per-directory ones and just move everything up to test_importlib.util.
---------- assignee: brett.cannon components: Tests keywords: easy messages: 203840 nosy: brett.cannon priority: low severity: normal stage: needs patch status: open title: Move all test_importlib utility code into test_importlib.util _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com