5 lines
98 B
Python
5 lines
98 B
Python
# Sample Test passing with nose and pytest
|
|
|
|
def test_pass():
|
|
assert True, "dummy sample test"
|