Set pytest configuration option to show test progress in detail.

Signed-off-by: Maya Anderson <mayaa@il.ibm.com>
This commit is contained in:
Maya Anderson 2023-05-11 14:21:30 +03:00
parent bf07ad85a2
commit 734f60ff9e

View file

@ -30,3 +30,7 @@ builtins = keras,xgboost
exclude =
venv
venv1
[tool:pytest]
log_cli = True
log-cli-level = INFO