summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-3/+3
* BUG: Remove warning filters from comparison assert functionsSebastian Berg2017-05-071-1/+36
* Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-111-0/+28
* BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-091-3/+33
* TST: Added test that np.inf is not approx. -np.infJonathan Tammo Siebert2017-01-041-0/+5
* TST: Added unit tests for assert_array_lessJonathan Tammo Siebert2017-01-041-0/+140
* MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson2016-10-191-2/+14
* TST: Add tests for assert_allclose(..., equal_nan={True|False})Antti Kaihola2016-10-171-0/+12
* ENH: Make warning testing context managers more specificSebastian Berg2016-09-021-7/+5
* STY: Small PEP8 cleanups.Charles Harris2016-08-281-2/+2
* ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-281-4/+182
* ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-191-1/+35
* Clarify error on repr failure in assert_equal.Antony Lee2016-02-191-0/+13
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-31/+2
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-31/+2
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-141-0/+15
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-2/+31
* MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-2/+6
* ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-191-1/+32
* BUG: testing: fix a bug in assert_string_equalPauli Virtanen2015-11-141-1/+18
* MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2015-07-051-5/+27
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-15/+14
* ENH: add clear_and_catch_warnings context managerMatthew Brett2015-03-141-1/+69
* TST: Update assert_array_almost_equal_nulp testsRyan Nelson2015-01-111-39/+164
* Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris2014-09-041-0/+8
|\
| * BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-051-0/+8
* | Use more portable test methods.Patrick Peglar2014-09-021-1/+5
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-311-0/+5
|/
* TST: Change tests to look at array formatting onlyYoshiki Vázquez Baeza2014-03-251-7/+9
* TST: Remove test that makes no senseYoshiki Vázquez Baeza2014-03-251-12/+0
* BUG: Fix non-compatible py3 propertyYoshiki Vázquez Baeza2014-03-251-3/+3
* TST: Add exception message formatting testsYoshiki Vázquez Baeza2014-03-251-0/+35
* TST: Add tests for build_err_msgYoshiki Vázquez Baeza2014-03-241-0/+43
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-0/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: More capable test functions for warningsNathaniel J. Smith2012-09-201-1/+5
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-4/+7
* BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-121-0/+9
* ENH: ufunc: Make many more tests pass with the new ufunc codeMark Wiebe2011-01-211-1/+1
* ENH: testing: add assert_tol_equal for testing array equality with specified ...Pauli Virtanen2010-07-281-0/+23
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-23/+23
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
* BUG: fix 2.5 >= try/except/finally.David Cournapeau2009-11-231-5/+6
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-231-0/+34
* REF: move spacing tests to umath as spacing is now a ufunc.David Cournapeau2009-11-101-39/+0
* ENH: add assert_array_max_ulp comparison function.David Cournapeau2009-10-301-0/+53