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

5 lines
74 B
Python
Raw Permalink Normal View History

2023-05-15 22:41:42 +02:00
import {{ cookiecutter.project_slug }}
def test_dummy():
assert True