summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: did not intend to change default tolerances in assert_allclose. Revert.rgommers2011-03-091-1/+1
* DOC: Update the docs for numpy.testing - prefer allclose and nulp funcs. Clos...rgommers2011-03-091-78/+106
* BUG: Fix exception syntax to conform to python 2.4.Charles Harris2011-02-011-1/+1
* BUG: core: Fix things so scipy trunk passes all tests (but one)Mark Wiebe2011-01-271-3/+4
* ENH: ufunc: Make many more tests pass with the new ufunc codeMark Wiebe2011-01-211-1/+1
* ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-6/+13
* ENH: Remove type number ordering assumptions in CanCastSafely, ScalarKinds, a...Mark Wiebe2010-11-301-0/+79
* TST: disable --detailed-errors by default -- the output it gives is more conf...Pauli Virtanen2010-09-111-3/+0
* ENH: testing: add assert_tol_equal for testing array equality with specified ...Pauli Virtanen2010-07-282-1/+60
* ENH: testing: do not exclude array_from_pyobj from tests; it's now fixed to b...Pauli Virtanen2010-03-061-1/+0
* BUG: Ignore "invalid value" from abs in testing/utils.pyCharles Harris2010-02-211-2/+7
* BUG: More workarounds for np.isinf warning in tests.Charles Harris2010-02-211-8/+16
* ENH: testing: always enable --detailed-errors assert introspection in nosePauli Virtanen2010-02-211-0/+3
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-23/+23
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-17/+99
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
* BUG: fix typo.David Cournapeau2010-02-091-1/+1