2019-08-03 06:58:39 +08:00
|
|
|
[pytest]
|
2019-11-27 04:34:18 +08:00
|
|
|
addopts= -v --showlocals --durations 50 --maxfail 10
|
2019-08-03 06:58:39 +08: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-25 08:00:28 +08:00
|
|
|
|
|
|
|
[pytest-watch]
|
2018-06-05 06:36:02 +08:00
|
|
|
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report
|