summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* MAINT: fix raise_warnings in np.test in py3Allan Haldane2015-07-271-1/+1
* Merge pull request #6055 from seberg/test-warn-alwaysRalf Gommers2015-07-261-3/+3
|\
| * TST: Make default for all warnings "always"Sebastian Berg2015-07-081-3/+3
* | 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-054-53/+89
* | STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-058-81/+87
|/
* MAINT: filter out some warnings triggered by nose 1.3.7 + python 3.5b2Nathaniel J. Smith2015-06-241-0/+6
* 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-142-2/+132
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-022-2/+4
* MAINT: Minor code edits.chebee7i2015-02-221-1/+1
* ENH: Add `equal_nan` argument to allclose.chebee7i2015-02-201-2/+5
* TST: Update assert_array_almost_equal_nulp testsRyan Nelson2015-01-111-39/+164
* 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
* | TST: report relaxed strides setting alongside the numpy version and path at t...alex2014-12-021-0/+2
* | TST: Fix ImportError in runtests.py (fixes #5273)Chris Kerr2014-11-121-2/+1
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-1/+1
* | Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris2014-09-042-1/+9
|\ \
| * | BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-052-1/+9
| |/
* | TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-2/+2
* | Use more portable test methods.Patrick Peglar2014-09-021-1/+5
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-312-1/+6
* | 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
|/
* MAINT:Ignore boolean '-' deprecation warnings in nosetester.pyCharles Harris2014-05-061-0/+4
* MAINT: Remove deprecated importall.Charles Harris2014-05-062-37/+0
* 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
* | TST: Change tests to look at array formatting onlyYoshiki Vázquez Baeza2014-03-251-7/+9
* | TST: Remove test that makes no senseYoshiki Vázquez Baeza2014-03-251-12/+0
* | BUG: Fix non-compatible py3 propertyYoshiki Vázquez Baeza2014-03-251-3/+3
* | TST: Add exception message formatting testsYoshiki Vázquez Baeza2014-03-251-0/+35
* | ENH: Add check for ndarray/scalar in build_err_msgYoshiki Vázquez Baeza2014-03-251-2/+10
* | TST: Add tests for build_err_msgYoshiki Vázquez Baeza2014-03-241-0/+43
* | 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-162-5/+17
* DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-1/+6
* BUG: testing.run_module_suite() didn't pass on KnownFailure.Ralf Gommers2014-01-181-6/+9
* STY: Style adjustments to run_module_suite.Pascal Bugnion2014-01-151-1/+3
* DOC: Added docstring for run_module_suite.Pascal Bugnion2014-01-151-0/+32
* ENH: Added argv argument to run_module_suite.Pascal Bugnion2014-01-151-2/+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