summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: remove unused class definitionMatthew Brett2011-08-161-22/+1
* ENH: skip doctests for testsMatthew Brett2011-08-162-11/+9
* FIX: fix doctest error with empty outputMatthew Brett2011-08-162-1/+21
* ENH: move doctest tests to own file with ifmainMatthew Brett2011-08-162-29/+35
* ENH: refactor testing to improve subclass supportMatthew Brett2011-08-161-23/+39
* ENH: refactor of docteset plugin managementMatthew Brett2011-08-162-90/+71
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-052-7/+8
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-3/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-052-2/+2
* TST: tests for deprecated decorator.Ralf Gommers2011-03-292-10/+37
* BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-122-17/+35