summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/utils.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: defaults in allclose not the same as in assert_allclose (#13395)Dieter Werthmüller2019-04-251-3/+3
* MAINT: move gc.collect to function (from review)mattip2019-04-191-1/+19
* DEV: add pypy3 to azure CImattip2019-04-161-0/+1
* ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-82/+121
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-3/+0
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-3/+2
* Merge pull request #12243 from liwt31/fix_misleading_msgMatti Picus2018-10-231-3/+6
|\
| * BUG: Fix misleading assert message in assert_almost_equal #12200wtli@Dirac2018-10-231-3/+6
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-11/+16
|/
* MAINT: Make assert_array_compare more generic.Charles Harris2018-08-171-6/+15
* BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-141-2/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
* Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-071-41/+35
|\
| * MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-041-10/+13
| * BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-271-38/+29
* | BUG: Import WarningMessage from warnings.Charles Harris2018-06-041-0/+1
* | MAINT: Remove dead code backporting py2.6 warningsEric Wieser2018-06-041-92/+0
|/
* TST: disable gc in refcount test (#11158)Matti Picus2018-05-241-5/+9
* BUG: Ensure that fully masked arrays pass assert_array_equal.Marten van Kerkwijk2018-05-191-1/+5
* BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-151-1/+8
* ENH: Show the full list of leaked objectsEric Wieser2018-04-121-2/+21
* TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-1/+63
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-0/+2274