27da312285
I tried to merge it so that future updates from the template will be much easier. The template is hosted at: https://github.com/ethereum/ethereum-python-project-template
10 lines
283 B
INI
10 lines
283 B
INI
[pytest]
|
|
addopts= -v --showlocals --durations 50 --maxfail 10
|
|
python_paths= .
|
|
xfail_strict=true
|
|
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
|
|
log_date_format = %m-%d %H:%M:%S
|
|
|
|
[pytest-watch]
|
|
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report
|