summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* REF: move warning context manager into utils.David Cournapeau2009-11-231-84/+3
* Docstring update: testingPauli Virtanen2009-10-021-67/+138
* Fix 2.5-isms for deprecated decorator.David Cournapeau2009-07-211-2/+8
* Add versionadded 1.4.0 for deprecated decorator.David Cournapeau2009-07-211-0/+5
* Add a deprecated decorator to avoid cluttering test run output while checking...David Cournapeau2009-07-211-0/+102
* Fix another docstring formattingPauli Virtanen2009-03-291-1/+1
* Fix docstring formatting (blocks doc build)Pauli Virtanen2009-03-291-1/+1
* 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