summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
Commit message (Expand)AuthorAgeFilesLines
* TST: disable --detailed-errors by default -- the output it gives is more conf...Pauli Virtanen2010-09-111-3/+0
* ENH: testing: do not exclude array_from_pyobj from tests; it's now fixed to b...Pauli Virtanen2010-03-061-1/+0
* ENH: testing: always enable --detailed-errors assert introspection in nosePauli Virtanen2010-02-211-0/+3
* FIX - allow doctest tester to parse config before being replaced by NumpyDocTestMatthew Brett2009-12-291-9/+2
* Docstring update: testingPauli Virtanen2009-10-021-34/+156
* Fix #1168: fix functionality broken in r7132, and make get_package_path more ...Pauli Virtanen2009-08-291-3/+12
* Fixed #1168: more robust NoseTester package name detection (patch by Gaƫl Va...Pauli Virtanen2009-07-121-6/+11
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-66/+40
* Renamed classes to conform to PEP 8.Alan McIntyre2008-09-041-2/+2
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-041-2/+2
* reindenting prior to releaseJarrod Millman2008-09-021-1/+1
* Bail out of _docmethod earlier if method has no docstring.Alan McIntyre2008-08-271-2/+4
* Make _docmethod work correctly when run with -OOAlan McIntyre2008-08-271-1/+2
* Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are Alan McIntyre2008-08-261-15/+24
* ran reindentJarrod Millman2008-08-081-17/+16
* Added numpy.testing.verbose, to allow tests to vary output accordingly.Alan McIntyre2008-07-211-0/+18
* Instead of importing nose plugins, use the existing list of classes that Alan McIntyre2008-07-191-7/+16
* Comment cleanup.Alan McIntyre2008-07-181-1/+1
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-181-186/+75
* Reset doctest.master on each test run to avoid messages about "'__main__' in ...Alan McIntyre2008-07-151-0/+4
* Replaced utils.raises implementation with the nose function.Alan McIntyre2008-07-131-1/+4
* Updated doctest for NoseTester to reflect actual usage, and added Alan McIntyre2008-07-091-7/+14
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-0/+1
* Fixed line continuation in doctest for setastest.Alan McIntyre2008-07-031-9/+40
* Customize behavior of nose doctests:Alan McIntyre2008-07-011-9/+128
* Restore old test framework classes.Alan McIntyre2008-06-211-14/+89
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-171-1/+21
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-0/+140