Files
buzz/main_test.py
T

7 lines
91 B
Python

from main import init
class TestMain:
def test_should_run_init(self):
init()