starting with component unit testing (running on device)
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
6
test/pytest_unittest.py
Normal file
6
test/pytest_unittest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pytest
|
||||
from pytest_embedded import Dut
|
||||
|
||||
def test_unit_test(dut: Dut) -> None:
|
||||
dut.expect("0 Failures")
|
||||
dut.expect("Returned from app_main")
|
Reference in New Issue
Block a user