mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
56b8a1a5db
add durations to tici
6 lines
217 B
INI
6 lines
217 B
INI
[pytest]
|
|
addopts = -Werror --strict-config --strict-markers --durations=10
|
|
markers =
|
|
slow: tests that take awhile to run and can be skipped with -m 'not slow'
|
|
tici: tests that are only meant to run on the C3/C3X
|