fix: pytest did not recognize test cases

This commit is contained in:
luaijun
2025-04-18 11:15:12 +08:00
parent ed8efcf6e9
commit f6d0b7d0fa
12 changed files with 92 additions and 43 deletions

View File

@@ -77,9 +77,8 @@ def test_wifi_power_save_esp32c2_26mhz(dut: Dut) -> None:
@pytest.mark.esp32c2
@pytest.mark.wifi_ap
@pytest.mark.wifi_ap_eco
@pytest.mark.xtal_26mhz
@pytest.mark.esp32c2eco4
@pytest.mark.parametrize(
'config, baud',
[
@@ -91,12 +90,12 @@ def test_wifi_power_save_esp32c2eco4_26mhz(dut: Dut) -> None:
_run_test(dut)
@pytest.mark.wifi_ap
@pytest.mark.esp32c3eco7
@pytest.mark.wifi_ap_eco
@pytest.mark.esp32c3
@pytest.mark.parametrize(
'config, target',
'config',
[
('c3eco7','esp32c3')
('c3eco7')
],
indirect=True,
)