summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-45/+4
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-45/+4
* | DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-141-18/+51
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-4/+45
* DEP: deprecate np.testing.randEvgeni Burovski2016-01-041-0/+3
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-201-4/+27
|\
| * ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-191-4/+27
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
|/
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+19
* BUG: testing: fix a bug in assert_string_equalPauli Virtanen2015-11-141-5/+6
* DOC: document that assert_raises can be used as a context managerEvgeni Burovski2015-11-121-0/+12
* Merge pull request #5773 from ml31415/pytest_traceback_hidePauli Virtanen2015-10-171-0/+15
|\
| * PEP8 applied to commentsMichael Löffler2015-05-141-15/+15
| * Comments addedMichael Löffler2015-04-201-15/+15
| * pytest traceback hide markers set for testing helpersMichael Löffler2015-04-191-0/+15
* | BUG: Fixed import error on Windows from not correctly defining aIan Henriksen2015-07-131-20/+23
* | MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2015-07-051-45/+61
* | STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-33/+40
* | MAINT: move the special case for void comparison before the regular caseNathaniel J. Smith2015-06-131-3/+26
|/
* ENH: add clear_and_catch_warnings context managerMatthew Brett2015-03-141-1/+63
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-0/+2
* MAINT: Minor code edits.chebee7i2015-02-221-1/+1
* ENH: Add `equal_nan` argument to allclose.chebee7i2015-02-201-2/+5
* Merge pull request #5374 from lebigot/patch-1Julian Taylor2014-12-241-1/+1
|\
| * DOC: Fixed incorrect assert_array_almost_equal_nulp documentationEric O. LEBIGOT (EOL)2014-12-241-1/+1
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-1/+1
* | Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris2014-09-041-1/+1
|\ \
| * | BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-051-1/+1
| |/
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-311-1/+1
* | Merge pull request #4905 from juliantaylor/doc-updateCharles Harris2014-07-271-7/+12
|\ \
| * | DOC: numpy.testing documentation clarification of "Raise an assertion"Austin Godber2014-07-271-7/+12
| |/
* | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-0/+16
|/
* DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-1/+0
* Merge pull request #4542 from immerrr/fix-bincount-systemerrorCharles Harris2014-03-261-1/+81
|\
| * ENH: export nose.tools.assert_raises_regex via numpy.testing.utilsimmerrr2014-03-261-1/+81
* | ENH: Add check for ndarray/scalar in build_err_msgYoshiki Vázquez Baeza2014-03-251-2/+10
* | BUG:change formatting of assert_array_almost_equalYoshiki Vázquez Baeza2014-03-241-10/+10
|/
* ENH: Explicitly use __eq__ in assert_equal(a,b)Daniel da Silva2014-03-091-1/+3
* DOC: assert_no_warnings versionadded 1.8 -> 1.7alex2014-02-271-1/+1
* DOC: some versionadded notesalex2014-02-271-0/+7
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-5/+9
* DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-1/+6
* ENH: accept callable as message in assert_Julian Taylor2013-10-191-1/+6
* TST: delay error message building to failures in assert_almost_equalJulian Taylor2013-09-241-6/+8
* TST: speed up some very slow testsJulian Taylor2013-09-241-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-20/+20
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-101-3/+11
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-17/+8