summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-0/+2
* BUG: testing: always enable --exePauli Virtanen2013-05-091-0/+8
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-0/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-10/+10
* 2to3: Use absolute imports.Charles Harris2013-03-281-6/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: also filter Cython warnings in NoseTester. See PR-432.Ralf Gommers2012-11-211-0/+2
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-5/+6
* BUG: fix running tests with coverage=True.Ralf Gommers2012-05-101-1/+1
* FIX: Implement Ralph's suggestion of removing category.Charles Harris2012-04-151-6/+2
* BUG: Fix testing failure on missing ImportWarning in Python 2.4.Charles Harris2012-04-151-14/+18
* TST: filter ImportWarnings in NoseTester.Ralf Gommers2012-04-141-0/+3
* DOC: minor correction to NoseTester doc.Ralf Gommers2012-03-041-1/+1
* TST: add some string kw options to simplify switching NoseTester behavior.Ralf Gommers2012-03-041-15/+22
* TST: add "raise on warning" behavior to NoseTester constructor.Ralf Gommers2012-03-041-19/+31
* WRN: A small tweak to make deprecation warnings always at least printMark Wiebe2012-03-041-0/+3
* TST,WRN: Add a parameter to control which warnings raise during testingMark Wiebe2012-03-041-7/+14
* TST: Make RuntimeWarning raise an error during tests, same asMark Wiebe2012-02-081-0/+2
* TST: Make deprecation warnings raise exceptions during test runMark Wiebe2012-02-071-4/+17
* ENH: skip doctests for testsMatthew Brett2011-08-161-8/+7
* ENH: move doctest tests to own file with ifmainMatthew Brett2011-08-161-29/+0
* ENH: refactor testing to improve subclass supportMatthew Brett2011-08-161-23/+39
* ENH: refactor of docteset plugin managementMatthew Brett2011-08-161-55/+40
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-3/+5
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* 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