mirror of
https://github.com/13hannes11/bachelor_thesis_m.recommend.git
synced 2024-09-04 01:11:00 +02:00
4 lines
68 B
Python
4 lines
68 B
Python
class TestSimple:
|
|
def test_simple(self):
|
|
assert True
|