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
60 B
Python
3 lines
60 B
Python
def test_hello_world(dut):
|
|
dut.expect('Hello Arduino!')
|