Skip to content

Commit 67ea3eb

Browse files
amos402filmor
authored andcommitted
Add case docstring
1 parent ba0602a commit 67ea3eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/test_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ def test_relative_missing_import():
1414

1515

1616
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."""
1720
from . import importtest
1821
del sys.modules[importtest.__name__]
1922

0 commit comments

Comments
 (0)