Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX - allow doctest tester to parse config before being replaced by NumpyDocTest | Matthew Brett | 2009-12-29 | 1 | -4/+38 |
| | |||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -0/+15 |
| | |||||
* | Remove the following deprecated items from numpy.testing: | Alan McIntyre | 2008-12-31 | 1 | -1/+26 |
| | | | | | | | | | | | | | | | - 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). | ||||
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Removed unused imports. | Alan McIntyre | 2008-09-13 | 1 | -8/+7 |
| | | | | Fixed undefined reference to "getpackage" (from nose.util). | ||||
* | Remove debugging code. | Alan McIntyre | 2008-09-05 | 1 | -3/+0 |
| | |||||
* | Renamed classes to conform to PEP 8. | Alan McIntyre | 2008-09-04 | 1 | -9/+9 |
| | |||||
* | Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, | Alan McIntyre | 2008-09-04 | 1 | -2/+35 |
| | | | | | which allows flagging tests as known failures rather than skips. Updated test_umath to use knownfailureif. | ||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -13/+13 |
| | |||||
* | Comment out extension option since it is not used at present. | Alan McIntyre | 2008-07-19 | 1 | -1/+1 |
| | |||||
* | Comment cleanup. | Alan McIntyre | 2008-07-18 | 1 | -4/+3 |
| | | | | Fixed __import__ calls for Python 2.4 (__import__ doesn't take keyword args in 2.4). | ||||
* | Use a subclass of the nose doctest plugin instead of monkeypatching the ↵ | Alan McIntyre | 2008-07-18 | 1 | -0/+249 |
builtin plugin. Removed decorators for NoseTester methods. |