Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 499fe96

Browse files
committed
Suppress output from cover to stdout
1 parent 7950dc9 commit 499fe96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def run(extra_args):
2525

2626
env = {"NOSE_WITH_COVERAGE": 1,
2727
'NOSE_COVER_PACKAGE': 'matplotlib',
28-
'NOSE_COVER_HTML': 1}
28+
'NOSE_COVER_HTML': 1,
29+
'NOSE_COVER_NO_PRINT': 1}
2930

3031
matplotlib._init_tests()
3132

0 commit comments

Comments
 (0)