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