add tests
This commit is contained in:
parent
a4dfffb40d
commit
d7ebe08091
5 changed files with 14 additions and 2 deletions
4
{{ cookiecutter.project_slug }}/tests/test_dummy.py
Normal file
4
{{ cookiecutter.project_slug }}/tests/test_dummy.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import {{ cookiecutter.project_slug }}
|
||||
|
||||
def test_dummy():
|
||||
assert True
|
Loading…
Add table
Add a link
Reference in a new issue