summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* STY: Giant comma spacing fixup.Charles Harris2013-08-189-37/+37
* STY: Giant whitespace cleanup.Charles Harris2013-08-183-3/+1
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-0/+1
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-106-47/+21
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-123-50/+29
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-15/+5
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-102-0/+4
* MAINT: fix shape mismatch issue in alignment data generatorJulian Taylor2013-06-081-4/+4
* ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+67
* BUG: testing: always enable --exePauli Virtanen2013-05-091-0/+8
* 2to3: Apply types fixer.Charles Harris2013-04-141-4/+3
* Merge pull request #3237 from charris/2to3-apply-basestringCharles Harris2013-04-141-0/+1
|\
| * 2to3: Apply basestring fixer.Charles Harris2013-04-131-0/+1
* | ENH: testing: remove an annoying line feed from skipif decoratorPauli Virtanen2013-04-131-2/+2
|/
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-0612-47/+47
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-2/+6
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+6
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-2811-25/+25
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-272-5/+5
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-0112-3/+28
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0112-3/+28