summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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