aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index cd59717..7b48f26 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,8 @@
test=pytest
[tool:pytest]
-addopts = --verbose
+log_cli = True
+log_cli_level = DEBUG
python_files =
test_*.py
*_test.py