ci(pytest): support special markers "supported_targets", "preview_targets", "all_targets"

This commit is contained in:
Fu Hanxi
2021-12-03 15:39:18 +08:00
parent d0cdfdc5d8
commit ea4673a3a2
4 changed files with 26 additions and 30 deletions
+3
View File
@@ -14,6 +14,9 @@ markers =
esp32c3: support esp32c3 target
generic: tests should be run on generic runners
flash_suspend: support flash suspend feature
supported_targets: support all supported targets ('esp32', 'esp32s2', 'esp32c3', 'esp32s3')
preview_targets: support all preview targets ('linux', 'esp32h2', 'esp8684')
all_targets: support all targets, including supported ones and preview ones
# log related
log_auto_indent = True