did more tests

This commit is contained in:
2023-12-17 21:15:06 +01:00
parent f2fd803b57
commit cdf8948193
3 changed files with 21 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
import unittest
from unittest.mock import Mock
from src import config
from src.process import start_process
config.config_file = "src/config.yml"
@unittest.skip("")
class TestProcess(unittest.TestCase):
def test_process(self):
start_process(logger=Mock())