Skip to content

Commit

Permalink
Add @cleanup decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Feb 10, 2015
1 parent 0f204ec commit 0a5eea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_collections.py
Expand Up @@ -561,6 +561,7 @@ def get_transform(self):
ax.axis([-1, 1, -1, 1])


@cleanup
def test_picking():
fig, ax = plt.subplots()
col = ax.scatter([0], [0], [1000])
Expand Down

0 comments on commit 0a5eea4

Please sign in to comment.