We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228046b commit 046b996Copy full SHA for 046b996
1 file changed
{{cookiecutter.project_name}}/tests/test_my_module.py
@@ -6,6 +6,10 @@
6
from {{ cookiecutter.package_name }} import my_module
7
8
9
+def test_module_import():
10
+ assert my_module not in sys.modules
11
+
12
13
def test_something():
14
assert True
15
0 commit comments