ci: replace pytest function

This commit is contained in:
igor.udot
2024-05-06 11:12:04 +08:00
parent 764433f431
commit 8691672f03
17 changed files with 79 additions and 113 deletions

View File

@@ -16,6 +16,4 @@ from pytest_embedded import Dut
indirect=True,
)
def test_touch_element(dut: Dut) -> None:
dut.expect_exact('Press ENTER to see the list of tests')
dut.write('*')
dut.expect_unity_test_output(timeout=120)
dut.run_all_single_board_cases(timeout=120)