blob: 65016345eadee700a353384d882e827f1e75ba76 [file] [log] [blame]
class TestPyTest:
def testOne(self):
assert 4 == 2*2
def testTwo(self):
assert True
def testThree():
assert 4 == 2*2