mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-08-01 11:44:27 +02:00
Add initial hardware testing support (#6313)
- Added workflow triggered by cron or label "hil_test" - Added examples with both pytest and unity
This commit is contained in:
committed by
GitHub
parent
4da1051266
commit
96f8f5e3ef
2
tests/hello_world/test_hello_world.py
Normal file
2
tests/hello_world/test_hello_world.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_hello_world(dut):
|
||||
dut.expect('Hello Arduino!')
|
Reference in New Issue
Block a user