We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d9efd3 + 047e6eb commit e43a182Copy full SHA for e43a182
2 files changed
template/src/{{package_name}}/__init__.py.jinja
@@ -1,4 +1,5 @@
1
"""Documentation about {{ package_name }}."""
2
+
3
import logging
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
template/{% if AddLocalTests %}tests{% endif %}/test_my_module.py.jinja
"""Tests for the {{ package_name }}.my_module module."""
import pytest
from {{ package_name }}.my_module import hello
0 commit comments