8000 Missing `cleanup` decorator in `test_subplots.test_exceptions` · matplotlib/matplotlib@f31d7c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f31d7c4

Browse files
committed
Missing cleanup decorator in test_subplots.test_exceptions
1 parent 70fd5a9 commit f31d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_shared():
102102
check_visible(axs, [False, False, True, True], [True, False, True, False])
103103

104104

105-
105+
@cleanup
106106
def test_exceptions():
107107
# TODO should this test more options?
108108
assert_raises(ValueError, plt.subplots, 2, 2, sharex='blah')

0 commit comments

Comments
 (0)
0