Closed horw closed 12 months ago
Hello, I've refactored thread depends code, now it works with generator functions
@ginkgm @L-KAYA PTAL as well.
After this PR got merged, the old case_tester
used in ESP-IDF could be replaced by this unity_tester
The benefits of this approach are:
Have went through the code, I love the idea of iterator
! LGTM!
FAILED pytest-embedded-idf/tests/test_idf.py::test_dut_run_all_single_board_cases - AssertionError: assert 10.896 < 10.1
~I've got this error in the pipeline, will check for it~
p.s. problem was with device reset
FAILED pytest-embedded-idf/tests/test_idf.py::test_dut_run_all_single_board_cases - AssertionError: assert 10.896 < 10.1
~I've got this error in the pipeline, will check for it~
p.s. problem was with device reset
oh, somehow I missed it in the review. Glad you found it :)
Thank you @horw LGTM!
Replaced logic of creating thread before: new case every time create new thread now: create thread once, and then thread wait for task closes #184 closes #162