minitor/tests/first_test.py

7 lines
124 B
Python
Raw Normal View History

2018-04-09 17:44:30 +00:00
class TestMain(object):
def test_something(self):
pass
def test_something_else(self):
assert False