mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-30 02:37:14 +02:00
HW TEST - Timer (#6754)
* Added HW timer unit test * Adde setUp and tearDown functions
This commit is contained in:
2
tests/timer/test_timer.py
Normal file
2
tests/timer/test_timer.py
Normal file
@ -0,0 +1,2 @@
|
||||
def test_timer(dut):
|
||||
dut.expect_unity_test_output(timeout=240)
|
Reference in New Issue
Block a user