7 lines
116 B
INI
7 lines
116 B
INI
|
|
[pytest]
|
||
|
|
pythonpath = .
|
||
|
|
testpaths = tests
|
||
|
|
addopts = -q
|
||
|
|
filterwarnings =
|
||
|
|
ignore:'fc-list' is missing:UserWarning
|