mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(hal): enable hal host test
This commit is contained in:
@@ -8,4 +8,6 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.linux
|
||||
@pytest.mark.host_test
|
||||
def test_hal_utils(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases()
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output()
|
||||
|
Reference in New Issue
Block a user