mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 16:02:14 +08:00
2ad82cbfb0
* 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
|