python/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug }}.py

5 lines
74 B
Python
Raw Permalink Normal View History

2023-03-26 18:22:27 +02:00
import {{ cookiecutter.project_slug }}
def test_dummy():
assert True