8000 TST: Suppressed warnings by seberg · Pull Request #7099 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TST: Suppressed warnings #7099

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 13 commits into from
Sep 2, 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
MAINT: Add missing teardown in deprecation test case
  • Loading branch information
seberg committed Sep 2, 2016
commit 78d7cc4f3422826954b067a5b030f0807f85f294
2 changes: 2 additions & 0 deletions numpy/core/tests/test_deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,8 @@ def foo():
warnings.warn("foo", category=DeprecationWarning)

test_case_instance.assert_deprecated(foo)
test_case_instance.tearDown()


if __name__ == "__main__":
run_module_suite()
0