16 lines
260 B
INI
16 lines
260 B
INI
|
# pytest.ini
|
||
|
[pytest]
|
||
|
minversion = 6.0
|
||
|
addopts = -ra
|
||
|
testpaths =
|
||
|
tests
|
||
|
benchmarks
|
||
|
python_files =
|
||
|
test_*.py
|
||
|
benchmark_*.py
|
||
|
python_functions =
|
||
|
test_*
|
||
|
benchmark_*
|
||
|
filterwarnings =
|
||
|
ignore::DeprecationWarning
|
||
|
ignore::FutureWarning
|