pytest: use case_tester for multi-device tests

This commit is contained in:
Chen Yudong
2022-11-10 01:58:45 +08:00
parent 074e3f39de
commit a78d492091
3 changed files with 19 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ from pytest_embedded.utils import find_by_suffix
from pytest_embedded_idf.dut import IdfDut
try:
from tools.ci.idf_unity_tester import CaseTester
from idf_unity_tester import CaseTester
except ImportError:
sys.path.append(os.path.join(os.path.dirname(__file__), 'tools', 'ci'))
from idf_unity_tester import CaseTester