summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Add pytest_tools directory.Charles Harris2017-12-226-0/+3452
* DOC: fix minor typosUnknown2017-12-121-1/+1
* BUG: Fix numpy.testing.assert_equal in release mode.Charles Harris2017-12-101-3/+6
* MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser2017-12-061-1/+3
* Merge pull request #10114 from Templarrr/masterCharles Harris2017-11-281-2/+1
|\
| * MAINT: Remove duplicate cond check from assert_array_compareMichael Odintsov2017-11-281-2/+1
* | MAINT: Simplify IntegerFormatterEric Wieser2017-11-281-6/+9
|/
* BUG: Fix assert_equal on time-like objectsEric Wieser2017-11-262-28/+46
* 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
|/
* ENH: check for FPU mode changes in the test suitePauli Virtanen2017-08-162-3/+38
* 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: Add parametrize decorator for nose.Charles Harris2017-07-052-0/+506
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-0411-3358/+3407
* TST: Move nose plugin initialization outside of testing loopSebastian Berg2017-06-271-3/+3
* ENH: testing: add a "timer" keyword to ``Tester.test`` to time slow tests.Ralf Gommers2017-06-211-3/+15
* ENH: testing: load available nose plugins that are external to nose itselfRalf Gommers2017-06-211-0/+11
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* ENH: Spelling fixesVille Skyttä2017-05-091-2/+2
* BUG: Remove warning filters from comparison assert functionsSebastian Berg2017-05-072-38/+75
* DEP: Add back ndarray.__[sg]etslice__Eric Wieser2017-04-191-0/+2
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-2/+0
* Add missing __tracebackhide__ to testing functions.Antony Lee2017-02-041-0/+2
* Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-112-8/+44
* BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40
* BUG: corrected behavior for assert_array_lessJonathan Tammo Siebert2017-01-041-18/+20
* 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
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-142-3/+3
* MAINT: make regex strings rawJulian Taylor2016-12-121-5/+5
* BUG: Fix suppress_warnings (again) for Python 3.6.Charles Harris2016-12-071-10/+0
* ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-1/+14
* MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson2016-10-192-3/+15
* MAINT: Add python 3.6 support to suppress_warningsSebastian Berg2016-10-191-3/+26
* BUG: Make assert_allclose(..., equal_nan=False) work.Antti Kaihola2016-10-171-9/+13
* TST: Add tests for assert_allclose(..., equal_nan={True|False})Antti Kaihola2016-10-171-0/+12
* MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-261-8/+13
* Update somethingaboutorange URL to nose.readthedocs.ionaveenarun2016-09-211-1/+1
* Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-025-50/+56
|\
| * ENH: Use new context manager for testingSebastian Berg2016-09-021-16/+27
| * BUG: Suppress common NaT warningsSebastian Berg2016-09-021-4/+9
| * ENH: Make warning testing context managers more specificSebastian Berg2016-09-022-15/+8
| * MAINT: Simplify deprecation test decoratorSebastian Berg2016-09-022-15/+12