summaryrefslogtreecommitdiff
path: root/numpy/testing/parametric.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-311/+0
| | | | | | | | | | | | | | | - ParametricTestCase - The following arguments from numpy.testing.Tester.test(): level, verbosity, all, sys_argv, testcase_pattern - Path manipulation functions: set_package_path, set_local_path, restore_path - NumpyTestCase, NumpyTest Also separated testing parameter setup from NoseTester.test into NoseTester.prepare_test_args for use in a utility script for valgrind testing (see NumPy ticket #784).
* 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 ↵Alan McIntyre2008-06-171-300/+0
| | | | modules.
* 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