laywerrobot/lib/python3.6/site-packages/numpy/testing/nosetester.py
2020-08-27 21:55:39 +02:00

10 lines
289 B
Python

"""
Back compatibility nosetester module. It will import the appropriate
set of tools
"""
from .nose_tools.nosetester import *
__all__ = ['get_package_name', 'run_module_suite', 'NoseTester',
'_numpy_tester', 'get_package_name', 'import_nose',
'suppress_warnings']