summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_regression.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-3/+0
| | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls.
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-2/+2
| | | | modules.
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
|
* Add regression test for #628.David Cournapeau2008-03-211-0/+33