We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0602a commit 67ea3ebCopy full SHA for 67ea3eb
src/tests/test_import.py
@@ -14,6 +14,9 @@ def test_relative_missing_import():
14
15
16
def test_import_all_on_second_time():
17
+ """Test import all attributes after a normal.
18
+ Due to import * only allowed at module level, the test body splited
19
+ to a module file."""
20
from . import importtest
21
del sys.modules[importtest.__name__]
22
0 commit comments