diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-12-30 03:01:03 -0800 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-12-30 05:43:43 -0800 |
commit | a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978 (patch) | |
tree | eda1bbe23db037bf224179400eaade20266afe22 /numpy/testing/__init__.py | |
parent | 237ab4398ac880be30fc262e7bf6163e9baff921 (diff) | |
download | numpy-a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978.tar.gz |
[TST] Refactor new raise_warnings logic for subpackage test suites
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r-- | numpy/testing/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py index dcc02ad57..625fdecdc 100644 --- a/numpy/testing/__init__.py +++ b/numpy/testing/__init__.py @@ -12,4 +12,4 @@ from unittest import TestCase from . import decorators as dec from .nosetester import run_module_suite, NoseTester as Tester from .utils import * -test = Tester().test +test = nosetester._numpy_tester().test |