aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-07-17 00:42:19 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-07-17 00:42:19 +0200
commitd72247b46519609fb0b373d34bcc5d5939d7b9c3 (patch)
tree42a420a6121133d38fa35a67ec2f9e226ac2978e /setup.cfg
parent8ac2b3f5c387157777ac34daf2d14c605bf6aa35 (diff)
downloadee-python-d72247b46519609fb0b373d34bcc5d5939d7b9c3.tar.gz
ee-python-d72247b46519609fb0b373d34bcc5d5939d7b9c3.tar.bz2
ee-python-d72247b46519609fb0b373d34bcc5d5939d7b9c3.tar.xz
ee-python-d72247b46519609fb0b373d34bcc5d5939d7b9c3.zip
wip
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