python/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug }}.py
2023-03-26 18:22:27 +02:00

5 lines
74 B
Python

import {{ cookiecutter.project_slug }}
def test_dummy():
assert True