refactor: changed logic of unity_tester, replaced threads by generators

This commit is contained in:
igor.udot
2023-09-04 14:56:35 +08:00
committed by Fu Hanxi
parent 0b2e6d68df
commit e09fd7fce4
6 changed files with 6 additions and 405 deletions

View File

@@ -2,8 +2,8 @@
# SPDX-License-Identifier: CC0-1.0
import pytest
from idf_unity_tester import CaseTester
from pytest_embedded import Dut
from pytest_embedded_idf.unity_tester import CaseTester
@pytest.mark.generic