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