summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2007-01-08 21:37:21 +0000
committerStefan van der Walt <stefan@sun.ac.za>2007-01-08 21:37:21 +0000
commit98b6d48b07f4eadfb7d1fc41483debe7e07eecd6 (patch)
treec11e17169cfbac70308a23be550b176e427ff0ce
parent025a217f45bfeb22176827adfe02838d712660a0 (diff)
downloadnumpy-98b6d48b07f4eadfb7d1fc41483debe7e07eecd6.tar.gz
Refer to NumpyTest instead of ScipyTest.
-rw-r--r--numpy/testing/info.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/testing/info.py b/numpy/testing/info.py
index 80dc00ddf..8b09d8ed3 100644
--- a/numpy/testing/info.py
+++ b/numpy/testing/info.py
@@ -1,12 +1,12 @@
"""
-Scipy testing tools
+Numpy testing tools
===================
-Scipy-style unit-testing
+Numpy-style unit-testing
------------------------
- ScipyTest -- Scipy tests site manager
- ScipyTestCase -- unittest.TestCase with measure method
+ NumpyTest -- Numpy tests site manager
+ NumpyTestCase -- unittest.TestCase with measure method
IgnoreException -- raise when checking disabled feature, it'll be ignored
set_package_path -- prepend package build directory to path
set_local_path -- prepend local directory (to tests files) to path