diff options
Diffstat (limited to 'numpy/testing/pkgtester.py')
-rw-r--r-- | numpy/testing/pkgtester.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/numpy/testing/pkgtester.py b/numpy/testing/pkgtester.py deleted file mode 100644 index 51e8d62c4..000000000 --- a/numpy/testing/pkgtester.py +++ /dev/null @@ -1,14 +0,0 @@ -''' Define test function for scipy package - -Module tests for presence of useful version of nose. If present -returns NoseTester, otherwise returns a placeholder test routine -reporting lack of nose and inability to run tests. Typical use is in -module __init__: - -from scipy.testing.pkgtester import Tester -test = Tester().test - -See nosetester module for test implementation - -''' -from numpy.testing.nosetester import NoseTester as Tester |