kopia lustrzana https://github.com/espressif/esp-idf
ci: enable strict pytest marker
rodzic
2d2d0ba1f3
commit
3ce0f41e10
|
@ -8,6 +8,7 @@ addopts =
|
||||||
-s
|
-s
|
||||||
--embedded-services esp,idf
|
--embedded-services esp,idf
|
||||||
--tb short
|
--tb short
|
||||||
|
--strict-markers
|
||||||
--skip-check-coredump y
|
--skip-check-coredump y
|
||||||
|
|
||||||
# ignore DeprecationWarning
|
# ignore DeprecationWarning
|
||||||
|
@ -65,7 +66,7 @@ markers =
|
||||||
adc: ADC related tests should run on adc runners
|
adc: ADC related tests should run on adc runners
|
||||||
|
|
||||||
# multi-dut markers
|
# multi-dut markers
|
||||||
ieee082154: ieee082154 related tests should run on ieee082154 runners.
|
ieee802154: ieee802154 related tests should run on ieee802154 runners.
|
||||||
i154_multi_dut: tests should be used for i154, such as openthread.
|
i154_multi_dut: tests should be used for i154, such as openthread.
|
||||||
wifi_two_dut: tests should be run on runners which has two wifi duts connected.
|
wifi_two_dut: tests should be run on runners which has two wifi duts connected.
|
||||||
generic_multi_device: generic multiple devices whose corresponding gpio pins are connected to each other.
|
generic_multi_device: generic multiple devices whose corresponding gpio pins are connected to each other.
|
||||||
|
|
Ładowanie…
Reference in New Issue