- Added workflow triggered by cron or label "hil_test" - Added examples with both pytest and unity
2 lines
60 B
Python
2 lines
60 B
Python
def test_hello_world(dut):
|
|
dut.expect('Hello Arduino!')
|