adding test that works for pytest and nose (#9)
* adding test that works for pytest and nose * indentation fix
This commit is contained in:
parent
6c92b6bc2c
commit
7ce7d7839a
2 changed files with 4 additions and 0 deletions
0
{{cookiecutter.package_name}}/tests/__init__.py
Normal file
0
{{cookiecutter.package_name}}/tests/__init__.py
Normal file
4
{{cookiecutter.package_name}}/tests/test_sample.py
Normal file
4
{{cookiecutter.package_name}}/tests/test_sample.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Sample Test passing with nose and pytest
|
||||
|
||||
def test_pass():
|
||||
assert True, "dummy sample test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue