summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* 1.3.x backport r6820, r6821: Fix docstring formatting (blocks doc build)Pauli Virtanen2009-03-291-2/+2
* Issue #957:Alan McIntyre2009-02-051-16/+65
* ran reindentJarrod Millman2008-12-311-1/+1
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-041-8/+37
* ran reindentJarrod Millman2008-08-081-4/+4
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-0/+1
* Fixed line continuation in doctest for setastest.Alan McIntyre2008-07-031-1/+1
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-171-5/+6
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-0/+92