New submission from Brett Cannon:

E.g. test_namespace_pkgs should be under test_importlib and so should 
test_namespace_pkgs. test_import can conceivably stay out if it's updated to 
only contain syntactic tests for the import statement.

This is so that it's easier to run import-related tests when making changes to 
importlib (otherwise one has to run the whole test suite or memorize the name 
of every test suite related to import/importlib).

----------
components: Tests
keywords: easy
messages: 203792
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: Merge all (non-syntactic) import-related tests into test_importlib
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19696>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to