Files
arduino-esp32/tests/unity/test_unity.py
Abdelatif Guettouche 96f8f5e3ef Add initial hardware testing support (#6313)
- Added workflow triggered by cron or label "hil_test"
- Added examples with both pytest and unity
2022-03-10 14:45:26 +02:00

3 lines
67 B
Python

def test_unity(dut):
dut.expect_unity_test_output(timeout=240)