Unverified Commit 3f4ac92d authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Update main_test.py

parent 13c55410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ import unittest

sys.path.append(os.path.join(__file__, '..'))
sys.path.append(os.path.join(__file__, '../../src'))
print(sys.path)

from src.ctrl import Ctrl
from testcase.data import TestData