mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/pytest_marker_strict' into 'master'
ci: enable strict pytest marker See merge request espressif/esp-idf!20785
This commit is contained in:
commit
a634aa5209
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user