We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a5d5c commit cc128f5Copy full SHA for cc128f5
1 file changed
src/tests/test.py
@@ -1,6 +1,6 @@
1
import unittest
2
from unittest.mock import patch,MagicMock
3
-from core import System_Usage
+from src.core import System_Usage
4
5
class Test_Usage(unittest.TestCase):
6
def __init__(self, methodName: str = "runTest") -> None:
0 commit comments