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