adding pytest PoC for real devices

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-05-13 22:54:35 +02:00
parent 3b3f9b1f4d
commit 05f8519864
3 changed files with 6 additions and 0 deletions

2
tests/test_main.py Normal file
View File

@@ -0,0 +1,2 @@
def test_main(dut):
dut.expect('waiting for download')