mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 12:30:59 +02:00
- 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)
|