From 10943b683e107694053221df6b36e5117eb38e13 Mon Sep 17 00:00:00 2001 From: cookedm Date: Mon, 17 Jul 2006 23:43:21 +0000 Subject: Replace ScipyTestCase with NumpyTestCase --- numpy/lib/tests/test_function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_function_base.py') diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py index 1c99eaa18..b359d5732 100644 --- a/numpy/lib/tests/test_function_base.py +++ b/numpy/lib/tests/test_function_base.py @@ -360,4 +360,4 @@ def compare_results(res,desired): assert_array_equal(res[i],desired[i]) if __name__ == "__main__": - ScipyTest('numpy.lib.function_base').run() + NumpyTest('numpy.lib.function_base').run() -- cgit v1.2.1