summaryrefslogtreecommitdiff
path: root/numpy/testing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-091-3/+33
* TST: Added test that np.inf is not approx. -np.infJonathan Tammo Siebert2017-01-041-0/+5
* TST: Added unit tests for assert_array_lessJonathan Tammo Siebert2017-01-041-0/+140
* MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson2016-10-191-2/+14
* TST: Add tests for assert_allclose(..., equal_nan={True|False})Antti Kaihola2016-10-171-0/+12
* ENH: Make warning testing context managers more specificSebastian Berg2016-09-021-7/+5
* MAINT: Simplify deprecation test decoratorSebastian Berg2016-09-021-5/+9
* STY: Small PEP8 cleanups.Charles Harris2016-08-281-2/+2
* ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-281-4/+182
* ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-191-1/+35
* Clarify error on repr failure in assert_equal.Antony Lee2016-02-191-0/+13
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-31/+2
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-31/+2
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-141-0/+15
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-2/+31
* MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-2/+6
* ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-191-1/+32
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-10/+10
* BUG: testing: fix a bug in assert_string_equalPauli Virtanen2015-11-141-1/+18
* MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2015-07-052-7/+28
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-052-17/+14