From 4def6a7b07e8dab2ba3d4a9bc2e5f16ab4ba82b1 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Wed, 2 Oct 2024 09:52:55 +0100 Subject: [PATCH] build: print log messages during test run Print log message only if the test fails. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 55750fe..b637301 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,5 +2,5 @@ DJANGO_SETTINGS_MODULE = nau_openedx_extensions.settings.test [pytest] -log_cli = 1 +; log_cli = 1 log_cli_level = INFO