summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-211-19/+0
* MAINT: add version since deprecation in the deprecation message.Matthias Bussonnier2018-09-251-2/+2
* DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-061-2/+6
* BUG: Fix obvious warning bugs.Charles Harris2018-03-301-2/+2
* MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-291-2/+4
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-1/+1
* ENH: do backward compatibility correctlyxoviat2017-12-221-4/+1
* ENH: Make numpy.testing pytest aware.Charles Harris2017-12-221-1/+7
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-542/+6
* TST: Move nose plugin initialization outside of testing loopSebastian Berg2017-06-271-3/+3
* ENH: testing: add a "timer" keyword to ``Tester.test`` to time slow tests.Ralf Gommers2017-06-211-3/+15
* ENH: testing: load available nose plugins that are external to nose itselfRalf Gommers2017-06-211-0/+11
* DEP: Add back ndarray.__[sg]etslice__Eric Wieser2017-04-191-0/+2
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-2/+0
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* MAINT: make regex strings rawJulian Taylor2016-12-121-5/+5
* ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-1/+14
* ENH: Use new context manager for testingSebastian Berg2016-09-021-16/+27
* STY: Small PEP8 cleanups.Charles Harris2016-08-281-0/+2
* ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-281-21/+2
* MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-061-9/+0
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-1/+0
* DOC: update min nose version in import error message, and add note to READMERalf Gommers2015-12-311-1/+1
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-2/+15
* [FIX] fix NoseTester's raise_warning defaultNathaniel J. Smith2015-12-291-14/+11
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-4/+4
* BUG: Fix for #6569, allowing build_ext --inplaceWendell Smith2015-10-281-1/+2
* TST: raise errors for dev versions and warnings for releases on test runs.Ralf Gommers2015-10-151-9/+13
* MAINT: fix raise_warnings in np.test in py3Allan Haldane2015-07-271-1/+1
* Merge pull request #6055 from seberg/test-warn-alwaysRalf Gommers2015-07-261-3/+3
|\
| * TST: Make default for all warnings "always"Sebastian Berg2015-07-081-3/+3
* | STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-7/+6
|/
* MAINT: filter out some warnings triggered by nose 1.3.7 + python 3.5b2Nathaniel J. Smith2015-06-241-0/+6
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-2/+2
* 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