adding test that works for pytest and nose (#9)

* adding test that works for pytest and nose

* indentation fix
This commit is contained in:
AlexV 2017-02-22 18:33:19 +09:00 committed by Louis Taylor
parent 6c92b6bc2c
commit 7ce7d7839a
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Sample Test passing with nose and pytest
def test_pass():
assert True, "dummy sample test"