summaryrefslogtreecommitdiff
path: root/numpy/testing/parametric.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-311/+0
* reindenting prior to releaseJarrod Millman2008-09-021-2/+2
* Added deprecation warning for numpy.testing.ParametricTestCaseAlan McIntyre2008-08-251-0/+6
* ran reindentJarrod Millman2008-08-081-1/+1
* Restored parametric.pyAlan McIntyre2008-06-211-0/+305
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-300/+0
* Replace generator expressions for compatibility with Python 2.3.Stefan van der Walt2007-08-281-5/+5
* Fix parametric test names under Python 2.4.Stefan van der Walt2007-08-211-14/+25
* Fix parametric testing for Python 2.4.Stefan van der Walt2007-08-201-1/+5
* Fix parametric tests for Python 2.4.Stefan van der Walt2007-08-201-4/+5
* Add parametric unit tests (contributed by Fernando Perez).Stefan van der Walt2007-08-201-0/+284