summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
Commit message (Expand)AuthorAgeFilesLines
* TST: report relaxed strides setting alongside the numpy version and path at t...alex2014-12-021-0/+2
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-2/+2
* MAINT:Ignore boolean '-' deprecation warnings in nosetester.pyCharles Harris2014-05-061-0/+4
* BUG: testing.run_module_suite() didn't pass on KnownFailure.Ralf Gommers2014-01-181-6/+9
* STY: Style adjustments to run_module_suite.Pascal Bugnion2014-01-151-1/+3
* DOC: Added docstring for run_module_suite.Pascal Bugnion2014-01-151-0/+32
* ENH: Added argv argument to run_module_suite.Pascal Bugnion2014-01-151-2/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-0/+1
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-101-2/+1
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-23/+18
* 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