blob: b726684c947821a347af49dba798aad2ff2d607b (
plain)
1
2
3
4
5
6
7
8
9
10
|
"""
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']
|