pytest: check duplicates test case/script names

This commit is contained in:
Fu Hanxi
2022-12-05 14:48:12 +08:00
parent df63cd0765
commit 67cd264535
6 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ from pytest_embedded import Dut
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic
def test_ulp_fsm(dut: Dut) -> None:
def test_example_ulp_fsm(dut: Dut) -> None:
dut.expect_exact('Not ULP wakeup')
dut.expect_exact('Entering deep sleep')