summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-3/+0
* MAINT: Remove all nose testing support.Charles Harris2023-01-191-36/+1
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-7/+7
* Merge pull request #21795 from hmaarrfk/no_overflow_unsignedSebastian Berg2022-07-061-0/+14
|\
| * TST: Add a failing test case to demonstrate the bug gh2176Mark Harfouche2022-06-291-0/+14
* | ENH: Add strict parameter to assert_array_equal. (#21595)Jon Morris2022-06-241-0/+37
|/
* MAINT: revert changes, so all tests pass for warning contextsBrigitta Sipőcz2022-05-231-14/+7
* MAINT: Fix warningc context tests, uncover bug?Brigitta Sipőcz2022-05-231-6/+20
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-11/+9
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-7/+0
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-4/+3
|\
| * API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-4/+3
* | Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-11/+5
|/
* ENH: Suppress over-/underflow RuntimeWarning in assert_array_equal (#21003)Simon Surland Andersen2022-02-081-0/+8
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-4/+4
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-0/+5
* 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