8000 added missing cleanup on testbench function · matplotlib/matplotlib@fcc865e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcc865e

Browse files
added missing cleanup on testbench function
1 parent 289b23c commit fcc865e

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
@@ -3109,6 +3109,7 @@ def test_pie_ccw_true():
31093109
# Set aspect ratio to be equal so that pie is drawn as a circle.
31103110
plt.axis('equal')
31113111

3112+
@cleanup
31123113
def test_margins():
31133114
# test all ways margins can be called
31143115
data = [1, 10]

0 commit comments

Comments
 (0)
0