summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improve mismatch message of np.testing.assert_array_equal (#14203)Tim Hoffmann2019-08-152-7/+11
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-1/+1
* TST: Ignore DeprecationWarning during nose importsSebastian Berg2019-06-281-1/+3
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+2
* Merge pull request #13627 from shoyer/revert-nep18-implMatti Picus2019-05-281-0/+3
|\
| * MAINT: Fixes tests with __array_function__ disabledStephan Hoyer2019-05-261-0/+3
* | BUG: special case object arrays when printing rel-, abs-errormattip2019-05-272-4/+19
|/
* Merge pull request #13518 from hmaarrfk/faster_array_compareEric Wieser2019-05-121-4/+3
|\
| * Ensure that reduced is a 1D arrayMark Harfouche2019-05-121-1/+1
| * Fixup: address eric-wieser's commentsMark Harfouche2019-05-121-5/+3
| * MNT: implement assert_array_compare without converting array to python list.Mark Harfouche2019-05-091-4/+5
* | Merge pull request #13482 from mattip/durationsSebastian Berg2019-05-111-0/+1
|\ \
| * | TEST: tweak two slow tests to speed them upmattip2019-05-111-0/+1
| |/
* | DOC: testing: Mention the handling of nan in the assert_equal docstring.Warren Weckesser2019-05-051-0/+10
|/
* 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: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-3/+2
* ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-013-135/+185
* 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-063-5/+4
* Use set litteralsRoman Yurchak2018-11-241-1/+1
* MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-6/+3
* Merge pull request #12243 from liwt31/fix_misleading_msgMatti Picus2018-10-232-5/+22
|\
| * BUG: Fix misleading assert message in assert_almost_equal #12200wtli@Dirac2018-10-232-5/+22
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-222-11/+54
|/
* MAINT: add version since deprecation in the deprecation message.Matthias Bussonnier2018-09-254-8/+8
* TST: improve parallel test stability for warningsTyler Reddy2018-09-231-1/+39
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-5/+1
* MAINT: remove redundant importsmattip2018-09-091-1/+0
* MAINT: reformat line spacing before test methodsmattip2018-08-192-3/+0
* Merge pull request #11756 from charris/fix-testing-utilsCharles Harris2018-08-171-6/+15
|\
| * MAINT: Make assert_array_compare more generic.Charles Harris2018-08-171-6/+15
* | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-9/+11
|/
* BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-142-2/+8
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-022-195/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-6/+6
* Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-072-41/+53
|\
| * MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-042-10/+19
| * BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-272-38/+41
* | 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-192-1/+23
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-30/+2
|\
| * MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-291-30/+2
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
|/
* BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-152-19/+73
* 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-123-3/+92