diff options
author | cookedm <cookedm@localhost> | 2006-07-17 23:43:21 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-07-17 23:43:21 +0000 |
commit | 10943b683e107694053221df6b36e5117eb38e13 (patch) | |
tree | e2b06349dc59e9f7027b8c2b88ddaaa519f6b9a9 /numpy/lib/tests/test_polynomial.py | |
parent | 2acb0e779d6d0a50288aed3c050fc1fbffaf692c (diff) | |
download | numpy-10943b683e107694053221df6b36e5117eb38e13.tar.gz |
Replace ScipyTestCase with NumpyTestCase
Diffstat (limited to 'numpy/lib/tests/test_polynomial.py')
-rw-r--r-- | numpy/lib/tests/test_polynomial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_polynomial.py b/numpy/lib/tests/test_polynomial.py index 75fcaecfb..c7609c3d5 100644 --- a/numpy/lib/tests/test_polynomial.py +++ b/numpy/lib/tests/test_polynomial.py @@ -79,4 +79,4 @@ class test_docs(NumpyTestCase): def check_doctests(self): return self.rundocs() if __name__ == "__main__": - ScipyTest().run() + NumpyTest().run() |