From 734f60ff9edbdc8dcd15c617e6bd86e2f069b73d Mon Sep 17 00:00:00 2001 From: Maya Anderson Date: Thu, 11 May 2023 14:21:30 +0300 Subject: [PATCH] Set pytest configuration option to show test progress in detail. Signed-off-by: Maya Anderson --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index d75c434..b46e9dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,3 +30,7 @@ builtins = keras,xgboost exclude = venv venv1 + +[tool:pytest] +log_cli = True +log-cli-level = INFO