8000 Missing `cleanup` decorator in `test_subplots.test_exceptions` by Kojoley · Pull Request #6741 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Missing cleanup decorator in test_subplots.test_exceptions #6741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 15, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicates in test_subplots
  • Loading branch information
Kojoley committed Jul 14, 2016
commit f80fb741cb4e5378bcf641b57f848848cd512581
10 changes: 0 additions & 10 deletions lib/matplotlib/tests/test_subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,6 @@ def test_subplots_offsettext():
axes[1, 1].plot(y, x)


@cleanup
def test_subplots():
# things to test
# - are axes actually shared?
# - are tickmarks correctly hidden?
test_shared()
# - are exceptions thrown correctly
test_exceptions()


if __name__ == "__main__":
import nose
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)
0