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