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

Skip to content

Commit ae377f7

Browse files
committed
TST : added cleanup decorator
1 parent 6deb323 commit ae377f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_agg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def report_memory(i):
131131
## # w/ text and w/ write_png : Average memory consumed per loop: 0.32
132132

133133

134+
@cleanup
134135
def test_marker_with_nan():
135136
# This creates a marker with nans in it, which was segfaulting the
136137
# Agg backend (see #3722)

0 commit comments

Comments
 (0)