HW TEST - Timer (#6754)

* Added HW timer unit test

* Adde setUp and tearDown functions
This commit is contained in:
Jan Procházka
2022-05-18 10:25:36 +02:00
committed by GitHub
parent 722c4641c4
commit 2b67a4e68a
2 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,2 @@
def test_timer(dut):
dut.expect_unity_test_output(timeout=240)