12 lines
473 B
INI
12 lines
473 B
INI
[flake8]
|
|
ignore = D300,D400,E201,E202,E203,E241,E501,E712
|
|
|
|
[pytest]
|
|
addopts = --strict-markers
|
|
markers =
|
|
spike: marks test as "spikes" that are intended to develop algorithms but not test behavior (deselected by default, select with '-m spike')
|
|
unit: marks tests as domain-level unit tests (deselect with '-m "not unit"')
|
|
wip: marks tests as works in progress and likely to fail (deselect with '-m "not wip"')
|
|
filterwarnings =
|
|
ignore::DeprecationWarning:eventlet.*
|