add more test

This commit is contained in:
cotran 2024-12-09 13:48:30 -08:00
parent 63cc2ef3f3
commit f13947732c
5 changed files with 162 additions and 236 deletions

View file

@ -1,7 +1,7 @@
import unittest
from unittest.mock import patch, MagicMock
from src.cli import kill_process
from src.core.cli import kill_process
class TestStopServer(unittest.TestCase):