summaryrefslogtreecommitdiff
path: root/numpy/testing/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-21MAINT: Remove use of unittest in NumPy tests.xoviat1-209/+169
2018-03-19MAINT: Fix test_utils.py for Python 3.7.Charles Harris1-14/+29
2018-03-13MAINT: Increase range in float16 almost equal nulp test.Charles Harris1-2/+4
2018-03-10TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley1-0/+28
2017-12-22MAINT: Make decorator tests work with new exceptions.Charles Harris1-8/+8
2017-12-06MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser1-1/+3
2017-11-28MAINT: Simplify IntegerFormatterEric Wieser1-6/+9
2017-11-26BUG: Fix assert_equal on time-like objectsEric Wieser1-0/+20
2017-09-30Merge pull request #9645 from xoviat/appveyorCharles Harris1-9/+12
2017-09-25TST: update tests to remove unneeded whitespaceAllan Haldane1-12/+12
2017-09-09TST: utils: fix string continuationxoviat1-6/+6
2017-09-09:art:xoviat1-1/+1
2017-09-09TST: util: fix test_error_messagexoviat1-1/+1
2017-09-09TST: utils: fix test_error_msgxoviat1-7/+8
2017-09-04TST: fix failures:xoviat1-1/+3
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-3/+3
2017-07-05TST: Add test of new `parametrize` decorator.Charles Harris1-0/+14
2017-05-09ENH: Spelling fixesVille Skyttä1-2/+2
2017-05-07BUG: Remove warning filters from comparison assert functionsSebastian Berg1-1/+36
2017-01-11Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk1-0/+28
2017-01-09BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk1-3/+33
2017-01-04TST: Added test that np.inf is not approx. -np.infJonathan Tammo Siebert1-0/+5
2017-01-04TST: Added unit tests for assert_array_lessJonathan Tammo Siebert1-0/+140
2016-10-19MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson1-2/+14
2016-10-17TST: Add tests for assert_allclose(..., equal_nan={True|False})Antti Kaihola1-0/+12
2016-09-02ENH: Make warning testing context managers more specificSebastian Berg1-7/+5
2016-09-02MAINT: Simplify deprecation test decoratorSebastian Berg1-5/+9
2016-08-28STY: Small PEP8 cleanups.Charles Harris1-2/+2
2016-08-28ENH,TST: Add new warning suppression/filtering contextSebastian Berg1-4/+182
2016-06-19ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris1-1/+35
2016-02-19Clarify error on repr failure in assert_equal.Antony Lee1-0/+13
2016-01-16Merge pull request #7042 from charris/revert-7001Charles Harris1-31/+2
2016-01-16Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris1-31/+2
2016-01-14TST: Make assert_warns an optional contextmanagerStephan Hoyer1-0/+15
2016-01-14TST, ENH: make all comparisons with NaT falseStephan Hoyer1-2/+31
2015-12-20MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris1-2/+6
2015-12-19ENH: Add context manager `temppath` to manage a temporary file.Charles Harris1-1/+32
2015-11-16ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski1-10/+10
2015-11-14BUG: testing: fix a bug in assert_string_equalPauli Virtanen1-1/+18
2015-07-05MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2-7/+28
2015-07-05STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2-17/+14
2015-03-14ENH: add clear_and_catch_warnings context managerMatthew Brett1-1/+69
2015-01-11TST: Update assert_array_almost_equal_nulp testsRyan Nelson1-39/+164
2014-09-04Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris1-0/+8
2014-09-05BUG: fix array_almost_equal for array subclassesJulian Taylor1-0/+8
2014-09-02Use more portable test methods.Patrick Peglar1-1/+5
2014-08-31BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar1-0/+5
2014-03-25TST: Change tests to look at array formatting onlyYoshiki Vázquez Baeza1-7/+9
2014-03-25TST: Remove test that makes no senseYoshiki Vázquez Baeza1-12/+0