summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-011-3/+6
|/
* STY: Small PEP8 cleanups.Charles Harris2016-08-283-2/+5
* ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-283-39/+487
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+6
* Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683Charles Harris2016-07-181-7/+2
|\
| * MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-7/+2
* | ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-192-15/+54
|/
* MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed.Ralf Gommers2016-05-141-63/+12
* STY: PEP8, two blank lines between top level function definitions.Charles Harris2016-04-041-1/+22
* MAINT: Remove nose.SkipTest import.Charles Harris2016-04-041-11/+3
* Clarify error on repr failure in assert_equal.Antony Lee2016-02-192-2/+15
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-162-76/+6
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-162-76/+6
* | DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-142-18/+66
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-142-6/+76
* MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-061-9/+0
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-1/+0
* DEP: deprecate np.testing.randEvgeni Burovski2016-01-041-0/+3
* DOC: update min nose version in import error message, and add note to READMERalf Gommers2015-12-311-1/+1
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-302-3/+16
* [FIX] fix NoseTester's raise_warning defaultNathaniel J. Smith2015-12-291-14/+11
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-202-5/+63
|\
| * 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-192-5/+59
* | MAINT: Remove commented out code blocksgfyoung2015-12-201-12/+0
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-193-13/+13
|/
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-165-35/+52