Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move finfo into core. | David Cournapeau | 2009-09-16 | 1 | -31/+0 |
| | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -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 McIntyre | 2008-06-17 | 1 | -3/+4 |
| | | | | modules. | ||||
* | Suppress test output. | Stefan van der Walt | 2008-05-01 | 1 | -2/+1 |
| | |||||
* | Disable underflow warning reporting when testing for arch + test (#759). | David Cournapeau | 2008-04-29 | 1 | -0/+31 |