Skip to content

Commit 035e536

Browse files
Kojoleystory645
authored andcommitted
Do not restrict coverage to matplotlib module only
1 parent 4ccaf25 commit 035e536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def _get_extra_test_plugins():
16031603

16041604

16051605
def _get_nose_env():
1606-
env = {'NOSE_COVER_PACKAGE': 'matplotlib',
1606+
env = {'NOSE_COVER_PACKAGE': ['matplotlib', 'mpl_toolkits'],
16071607
'NOSE_COVER_HTML': 1,
16081608
'NOSE_COVER_NO_PRINT': 1}
16091609
return env

0 commit comments

Comments
 (0)