3 lines
65 B
Python
3 lines
65 B
Python
class TestDummy:
|
|
def test_dummy(self):
|
|
assert 1 == 1
|
class TestDummy:
|
|
def test_dummy(self):
|
|
assert 1 == 1
|