py-libp2p/pytest.ini

10 lines
283 B
INI
Raw Normal View History

2019-08-02 15:58:39 -07:00
[pytest]
addopts= -v --showlocals --durations 50 --maxfail 10
2019-08-02 15:58:39 -07:00
python_paths= .
xfail_strict=true
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
log_date_format = %m-%d %H:%M:%S
2018-01-24 16:00:28 -08:00
[pytest-watch]
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report