summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: Increase range in float16 almost equal nulp test.Charles Harris2018-03-131-2/+4
* TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley2018-03-101-0/+28
* MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser2017-12-061-1/+3
* MAINT: Simplify IntegerFormatterEric Wieser2017-11-281-6/+9
* BUG: Fix assert_equal on time-like objectsEric Wieser2017-11-261-0/+20
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-9/+12
|\
| * TST: utils: fix string continuationxoviat2017-09-091-6/+6
| * :art:xoviat2017-09-091-1/+1
| * TST: util: fix test_error_messagexoviat2017-09-091-1/+1
| * TST: utils: fix test_error_msgxoviat2017-09-091-7/+8
| * TST: fix failures:xoviat2017-09-041-1/+3
* | TST: update tests to remove unneeded whitespaceAllan Haldane2017-09-251-12/+12
|/
* 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