forked from espressif/arduino-esp32
- Added workflow triggered by cron or label "hil_test" - Added examples with both pytest and unity
3 lines
67 B
Python
3 lines
67 B
Python
def test_unity(dut):
|
|
dut.expect_unity_test_output(timeout=240)
|