made tests run

This commit is contained in:
2023-12-15 01:01:29 +01:00
parent e5ed2e7319
commit 480b97059d
4 changed files with 18 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ from unittest.mock import Mock
from src.process import start_process
@unittest.skip("")
class TestProcess(unittest.TestCase):
def test_process(self):
start_process(logger=Mock())