summaryrefslogtreecommitdiff
path: root/numpy/testing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* TST: Ignore DeprecationWarning during nose importsSebastian Berg2019-06-281-1/+3
* 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-062-2/+2
* 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: remove redundant importsmattip2018-09-091-1/+0
* MAINT: reformat line spacing before test methodsmattip2018-08-192-3/+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-062-16/+6
* TST: Switch to using pytest markersCharles Harris2018-04-043-161/+186
* 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: Make decorator tests work with new exceptions.Charles Harris2017-12-221-8/+8
* 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
|/
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-3/+3
* TST: Add test of new `parametrize` decorator.Charles Harris2017-07-051-0/+14
* ENH: Spelling fixesVille Skyttä2017-05-091-2/+2
* BUG: Remove warning filters from comparison assert functionsSebastian Berg2017-05-071-1/+36
* Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-111-0/+28