Add some log level configuration to py.test config

Not sure if we want a global DEBUG setting; if it becomes annoying, change it.
This commit is contained in:
Sybren A. Stüvel 2018-11-27 14:21:13 +01:00
parent 7c80320b30
commit c1aaa3aab3

View File

@ -1,5 +1,8 @@
[tool:pytest] [tool:pytest]
addopts = -v --cov blender_asset_tracer --cov-report term-missing addopts = -v --cov blender_asset_tracer --cov-report term-missing
log_format = %(asctime)s %(levelname)s %(name)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_level = DEBUG
[pep8] [pep8]
max-line-length = 100 max-line-length = 100