Adding filter and log output to pytest

pull/15/head
Leigh Morresi 4 years ago
parent 022826493b
commit 8bc7b5be40

@ -3,10 +3,10 @@ addopts = --no-start-live-server --live-server-port=5005
#testpaths = tests pytest_invenio #testpaths = tests pytest_invenio
#live_server_scope = session #live_server_scope = session
#filterwarnings = filterwarnings =
#ignore::DeprecationWarning:sqlalchemy.*: ignore::DeprecationWarning:urllib3.*:
; logging options ; logging options
#log_cli = 1 log_cli = 1
#log_cli_level = DEBUG log_cli_level = DEBUG
#log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s
Loading…
Cancel
Save