From 8bc7b5be408f3fe99a911b4e255eb5c9fe7d222b Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Sat, 27 Feb 2021 20:29:52 +0100 Subject: [PATCH] Adding filter and log output to pytest --- backend/pytest.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pytest.ini b/backend/pytest.ini index 2ac84422..883439b1 100644 --- a/backend/pytest.ini +++ b/backend/pytest.ini @@ -3,10 +3,10 @@ addopts = --no-start-live-server --live-server-port=5005 #testpaths = tests pytest_invenio #live_server_scope = session -#filterwarnings = - #ignore::DeprecationWarning:sqlalchemy.*: +filterwarnings = + ignore::DeprecationWarning:urllib3.*: ; logging options -#log_cli = 1 -#log_cli_level = DEBUG -#log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s \ No newline at end of file +log_cli = 1 +log_cli_level = DEBUG +log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s \ No newline at end of file