Files
arduino-esp32/tests/hello_world/test_hello_world.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
60 B
Python

def test_hello_world(dut):
dut.expect('Hello Arduino!')