8000 Add cleanup to test · matplotlib/matplotlib@7a5ec9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a5ec9f

Browse files
author
Nic Eggert
committed
Add cleanup to test
1 parent 03a960d commit 7a5ec9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,7 @@ def test_hist_stacked_bar():
11621162
ax.hist(d, bins=10, histtype='barstacked', align='mid', color=colors, label=labels)
11631163
ax.legend(loc='upper right', bbox_to_anchor = (1.0, 1.0), ncol=1)
11641164

1165+
@cleanup
11651166
def test_hist_emptydata():
11661167
fig = plt.figure()
11671168
ax = fig.add_subplot(111)

0 commit comments

Comments
 (0)
0