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
|