minitor/tests/first_test.py

7 lines
124 B
Python

class TestMain(object):
def test_something(self):
pass
def test_something_else(self):
assert False