summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3237 from charris/2to3-apply-basestringCharles Harris2013-04-141-0/+1
|\
| * 2to3: Apply basestring fixer.Charles Harris2013-04-131-0/+1
* | ENH: testing: remove an annoying line feed from skipif decoratorPauli Virtanen2013-04-131-2/+2
|/
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-0612-47/+47
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-2/+6
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+6
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-2811-25/+25
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-272-5/+5
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-0112-3/+28
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0112-3/+28
* | Merge pull request #3099 from charris/2to3-methodattrsnjsmith2013-03-011-2/+2
|\ \ | |/ |/|
| * 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-2/+2
* | Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-1/+1
|\ \ | |/ |/|
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-281-1/+1
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
* | Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-281-3/+4
|\ \
| * | 2to3: Fix callable.Charles Harris2013-02-281-3/+4
| |/
* | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-281-1/+1
|\ \
| * | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
| |/
* | 2to3: apply exec fixer results.Charles Harris2013-02-282-3/+3
|/
* 2to3: Use modern exception syntax.Charles Harris2013-02-262-2/+2
* DEP: Remove more references to scons related files.Charles Harris2013-01-141-2/+0
* DEP: Remove scons related files and code.Charles Harris2013-01-131-16/+0
* TST: also filter Cython warnings in NoseTester. See PR-432.Ralf Gommers2012-11-211-0/+2
* ENH: More capable test functions for warningsNathaniel J. Smith2012-09-202-4/+42
* Merge pull request #348 from njsmith/fix-shufflenjsmith2012-07-171-4/+7
|\
| * [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-4/+7
* | ENH: np.testing.decorators: Use Py3k compatible raise syntaxBradley M. Froehle2012-07-121-1/+1
|/
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-5/+6
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-37/+2
* 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: missingdata: Finish count_nonzero as a full-fledged reduction operationMark Wiebe2011-08-271-16/+60
* ENH: missingdata: Fix remaining issues in scalar -> array assignment functionMark Wiebe2011-08-271-1/+4
* Changed to follow PEP 7Chris Jordan-Squire2011-08-221-1/+1
* DOCS: New ufunc creation docsChris Jordan-Squire2011-08-221-1/+1
* ENH: refactor doctest plugin to help subclassingMatthew Brett2011-08-161-45/+71