summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.mock.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+4
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-4/+4
* | Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-2/+2
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-2/+2
* | mergeBrett Cannon2013-05-251-1/+1
|\ \ | |/
| * Add a missing parenthesis.Brett Cannon2013-05-251-1/+1
* | Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-201-2/+6
* | MergeMichael Foord2013-03-181-0/+19
|\ \ | |/
| * Documentation corrections for unittest.mockMichael Foord2013-03-181-0/+19
* | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-111-1/+1
|\ \ | |/
| * Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* | #17351: merge with 3.3.Ezio Melotti2013-03-111-8/+8
|\ \ | |/
| * #17351: merge with 3.2.Ezio Melotti2013-03-111-8/+8
* | merge with 3.3Georg Brandl2013-02-031-23/+22
|\ \ | |/
| * Closes #17109: fix heading levels in mock doc.Georg Brandl2013-02-031-23/+22
* | Issue #17015: When it has a spec, a Mock object now inspects its signature wh...Antoine Pitrou2013-02-021-1/+21
|/
* Fix typo in mock docs.Andrew Svetlov2012-10-311-1/+2
* Closes issue 15323. Improve failure message of Mock.assert_called_once_withMichael Foord2012-09-281-2/+2
* unittest.mock minor doc updateMichael Foord2012-06-101-1/+1
* Adding patch.stopall method to unittest.mockMichael Foord2012-06-101-2/+6
* Closes issue 14636. mock objects raise exceptions from an iterable side_effectMichael Foord2012-04-211-0/+14
* Minor docstring / docs corrections for unittest.mockMichael Foord2012-04-131-4/+4
* unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-131-0/+11
* Fix markup errors found by "make suspicious".Georg Brandl2012-04-011-3/+3
* Fix typo in unittest.mock docsMichael Foord2012-03-291-1/+1
* Update unittest.mock.patch exampleMichael Foord2012-03-281-2/+2
* Re-order unittest.mock documentation to put magic method support before the h...Michael Foord2012-03-281-219/+220
* Adding an example to unittest.mock.patch documentationMichael Foord2012-03-281-0/+9
* Minor unittest.mock.patch doc / docstring improvementMichael Foord2012-03-281-11/+14
* Unsplit unittest.mock documentationMichael Foord2012-03-281-1/+1284
* Adding unittest.mock documentationMichael Foord2012-03-251-0/+900