summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_getlimits.py
Commit message (Collapse)AuthorAgeFilesLines
* Move finfo into core.David Cournapeau2009-09-161-59/+0
|
* Fix finfo to work on all instances, not just NumPy scalars.Stefan van der Walt2009-01-141-0/+4
|
* 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-13/+15
| | | | modules.
* more janitorial workJarrod Millman2007-12-291-6/+4
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-5/+5
|
* Add iinfo based on a patch by Albert Strasheim (ticket #250).Stefan van der Walt2007-05-131-1/+18
|
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-5/+5
|
* More fixes...Travis Oliphant2006-01-041-2/+2
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
|
* Moving things..Travis Oliphant2006-01-041-0/+38