blob: 755feadb3117d421d9b188cb96447d808bdc0003 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[pytest]
# 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
|