cookiecutter/{{cookiecutter.package_name}}/tests/test_sample.py
AlexV 7ce7d7839a adding test that works for pytest and nose (#9)
* adding test that works for pytest and nose

* indentation fix
2017-02-22 09:33:19 +00:00

4 lines
98 B
Python

# Sample Test passing with nose and pytest
def test_pass():
assert True, "dummy sample test"