Add pytest config

This commit is contained in:
Alex Stokes 2019-08-02 15:58:39 -07:00
parent 28e1a03dc4
commit cff5fe0d5f
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

6
pytest.ini Normal file
View File

@ -0,0 +1,6 @@
[pytest]
addopts= --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