summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove old sys.version_info codeHugo2020-09-031-1/+1
* MAINT: Move and improve test_ignore_nan_ulperror.Charles Harris2020-06-141-0/+33
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-18/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-14/+14
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: Add assert_array_equal test for big integer arraysMaxwell Aladago2019-12-251-0/+15
* MAINT: Fix randint 0d limits and other 0d cleanups (#15126)Nico Schlömer2019-12-181-3/+3
* a separate test for scalars base on review commentsMaxwell Aladago2019-09-081-1/+11
* adding testsMaxwell Aladago2019-09-061-0/+10
* BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)CakeWithSteak2019-09-051-0/+9
* ENH: Improve mismatch message of np.testing.assert_array_equal (#14203)Tim Hoffmann2019-08-151-5/+6
* 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-271-0/+7
|/
* TEST: tweak two slow tests to speed them upmattip2019-05-111-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-011-52/+63
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-6/+3
* Merge pull request #12243 from liwt31/fix_misleading_msgMatti Picus2018-10-231-2/+16
|\
| * BUG: Fix misleading assert message in assert_almost_equal #12200wtli@Dirac2018-10-231-2/+16
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-0/+38
|/
* 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: reformat line spacing before test methodsmattip2018-08-191-2/+0
* BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-141-0/+6
* MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-041-0/+6
* BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-271-0/+12
* BUG: Ensure that fully masked arrays pass assert_array_equal.Marten van Kerkwijk2018-05-191-0/+18
* MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-291-30/+2
* BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-151-18/+65
* TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-1/+28
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-10/+5
* TST: Switch to using pytest markersCharles Harris2018-04-041-1/+2
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-209/+169
* MAINT: Fix test_utils.py for Python 3.7.Charles Harris2018-03-191-14/+29
* 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