summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-211-15/+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 mistake in testing/decorators warning.Ralf Gommers2018-03-291-2/+2
* MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-291-1/+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/+6
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-262/+3
* MAINT: Simplify deprecation test decoratorSebastian Berg2016-09-021-10/+3
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-9/+10
* MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2015-07-051-1/+0
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-5/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-101-1/+1
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-10/+3
* ENH: testing: remove an annoying line feed from skipif decoratorPauli Virtanen2013-04-131-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Fix callable.Charles Harris2013-02-281-3/+4
* ENH: np.testing.decorators: Use Py3k compatible raise syntaxBradley M. Froehle2012-07-121-1/+1
* TST: tests for deprecated decorator.Ralf Gommers2011-03-291-3/+3
* 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