summaryrefslogtreecommitdiff
path: root/tests/pytest.ini
blob: 2da945756daa3938e16f771aa4cc2c629b74a3f0 (plain)
1
2
3
4
5
6
7
[pytest]
# We handle warnings internally
addopts = --verbose --assert=rewrite --exitfirst --tb=native  -p no:warnings
python_files = t?_*.py
log_cli_level = 100
log_format = %(asctime)s.%(msecs)03d %(threadName)s %(name)s.%(funcName)s: %(message)s
log_date_format =  %H:%M:%S