From 54c3a13b26549e4e44d7f53e4e3c6a5f66929ed3 Mon Sep 17 00:00:00 2001 From: Galileo Galilei Date: Mon, 4 May 2020 22:26:35 +0200 Subject: [PATCH] add default printing of outputs when running pytest --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e241e6c9..1188a504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [tool:pytest] -addopts = --cov=kedro_mlflow --cov-report=html tests/ +addopts = -s --cov=kedro_mlflow --cov-report=html tests/