forked from p15670423/monkey
Adding pytest to requirements and pytest.ini file for logging purposes
This commit is contained in:
parent
43048329d0
commit
ceca7ce127
|
@ -1,3 +1,4 @@
|
||||||
|
pytest
|
||||||
bson
|
bson
|
||||||
python-dateutil
|
python-dateutil
|
||||||
tornado
|
tornado
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[pytest]
|
||||||
|
log_cli = 1
|
||||||
|
log_cli_level = DEBUG
|
||||||
|
log_cli_format = %(asctime)s [%(levelname)s] %(module)s.%(funcName)s.%(lineno)d: %(message)s
|
||||||
|
log_cli_date_format=%H:%M:%S
|
||||||
|
addopts = -v --capture=sys
|
Loading…
Reference in New Issue