diff options
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r-- | numpy/lib/tests/test_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index 7cc595d4f..a8d2f78e4 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -198,4 +198,4 @@ class Testfromregex(TestCase): if __name__ == "__main__": - nose.run(argv=['', __file__]) + run_module_suite() |