summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/tests/test_oldnumeric.py
Commit message (Collapse)AuthorAgeFilesLines
* Correct the oldnumeric typecodes, update the tests to work on 32-bit ↵Robert Kern2008-07-031-12/+18
| | | | machines, make sure these tests are installed with numpy so they can be run with numpy.test().
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-031-1/+3
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
| | | | | | | | | | | 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.
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-0/+86
module and numpy does not contain all of the names.