summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
Commit message (Expand)AuthorAgeFilesLines
* FIX - allow doctest tester to parse config before being replaced by NumpyDocTestMatthew Brett2009-12-291-4/+38
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-0/+15
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-1/+26
* ran reindentJarrod Millman2008-12-311-1/+1
* Removed unused imports.Alan McIntyre2008-09-131-8/+7
* Remove debugging code.Alan McIntyre2008-09-051-3/+0
* Renamed classes to conform to PEP 8.Alan McIntyre2008-09-041-9/+9
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-041-2/+35
* ran reindentJarrod Millman2008-08-081-13/+13
* Comment out extension option since it is not used at present.Alan McIntyre2008-07-191-1/+1
* Comment cleanup.Alan McIntyre2008-07-181-4/+3
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-181-0/+249