Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1ae00f + b70fd81 commit a51010bCopy full SHA for a51010b
1 file changed
lib/matplotlib/tests/test_figure.py
@@ -1,9 +1,10 @@
1
import matplotlib
2
from nose.tools import assert_equal
3
-from matplotlib.testing.decorators import image_comparison, knownfailureif
+from matplotlib.testing.decorators import image_comparison, knownfailureif, cleanup
4
import matplotlib.pyplot as plt
5
6
7
+@cleanup
8
def test_figure_label():
9
# pyplot figure creation, selection and closing with figure label and number
10
plt.close('all')
0 commit comments