Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the following deprecated items from numpy.testing: | Alan McIntyre | 2008-12-31 | 1 | -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 release | Jarrod Millman | 2008-09-02 | 1 | -2/+2 |
| | |||||
* | Added deprecation warning for numpy.testing.ParametricTestCase | Alan McIntyre | 2008-08-25 | 1 | -0/+6 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | Restored parametric.py | Alan McIntyre | 2008-06-21 | 1 | -0/+305 |
| | |||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -300/+0 |
| | | | | modules. | ||||
* | Replace generator expressions for compatibility with Python 2.3. | Stefan van der Walt | 2007-08-28 | 1 | -5/+5 |
| | |||||
* | Fix parametric test names under Python 2.4. | Stefan van der Walt | 2007-08-21 | 1 | -14/+25 |
| | |||||
* | Fix parametric testing for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -1/+5 |
| | |||||
* | Fix parametric tests for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -4/+5 |
| | |||||
* | Add parametric unit tests (contributed by Fernando Perez). | Stefan van der Walt | 2007-08-20 | 1 | -0/+284 |