mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 11:54:11 +08:00
* always multithreaded * multithreaded * pkill correct process * escape more * load for interfaces
6 lines
202 B
INI
6 lines
202 B
INI
[pytest]
|
|
addopts = -Werror --strict-config --strict-markers
|
|
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
|