blob: 24d95e8c98f5f5c54c3ffe2768ea4b9c00689af5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[pytest]
norecursedirs = extra old
# search for 'test_*' functions in all python files, not just under tests
python_files = test_*.py tests/*.py chocula/*.py bin/*.py
# Eg, warnings in surt library
filterwarnings =
ignore:.*invalid escape seq.*:DeprecationWarning
log_level = INFO
|