Skip to content

Commit f37fda8

Browse files
committed
change default pytest log level to DEBUG
1 parent 7e049b4 commit f37fda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ markers =
2828
veryslow: mark a test as being known to take a very long time to complete (order t > 60s)
2929
nope: mark a test as being so slow that it should only be very infrequently (order t > 30m)
3030
travis_isolation: mark a test that crashes Travis CI when run with other tests
31-
log_level=NOTSET
31+
log_level=DEBUG
3232

3333
# Flake8 Configuration
3434
[flake8]

0 commit comments

Comments
 (0)