mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 07:32:06 +08:00
fa45813b3d
add durations to tici old-commit-hash: 56b8a1a5db81d1dd3b4e1a97b90be5b92d1af510
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
|