summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-211-14/+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-3/+6
* BUG: Fix obvious warning bugs.Charles Harris2018-03-301-2/+2
* MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-291-0/+6
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-1/+1
* DEP: restore noseclassesxoviat2017-12-221-0/+5
* MAINT: Remove noseclasses from user accessible modules.Charles Harris2017-12-221-6/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-339/+5
* MAINT: Remove commented out code blocksgfyoung2015-12-201-12/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-11/+11
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-10/+9
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-11/+11
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-6/+6
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-011-0/+1
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-2/+2
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
* DEP: Remove more references to scons related files.Charles Harris2013-01-141-2/+0
* ENH: refactor doctest plugin to help subclassingMatthew Brett2011-08-161-45/+71
* ENH: remove unused class definitionMatthew Brett2011-08-161-22/+1
* FIX: fix doctest error with empty outputMatthew Brett2011-08-161-1/+3
* ENH: refactor of docteset plugin managementMatthew Brett2011-08-161-35/+31
* FIX - allow doctest tester to parse config before being replaced by NumpyDocTestMatthew Brett2009-12-291-4/+38
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-0/+15
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-1/+26
* ran reindentJarrod Millman2008-12-311-1/+1
* Removed unused imports.Alan McIntyre2008-09-131-8/+7
* Remove debugging code.Alan McIntyre2008-09-051-3/+0
* Renamed classes to conform to PEP 8.Alan McIntyre2008-09-041-9/+9
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-041-2/+35
* ran reindentJarrod Millman2008-08-081-13/+13
* Comment out extension option since it is not used at present.Alan McIntyre2008-07-191-1/+1
* Comment cleanup.Alan McIntyre2008-07-181-4/+3
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-181-0/+249