summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.mock-examples.rst
Commit message (Collapse)AuthorAgeFilesLines
* #17539: merge with 3.3.Ezio Melotti2013-03-301-3/+3
|\
| * #17539: fix MagicMock example. Patch by Berker Peksag.Ezio Melotti2013-03-301-3/+3
| |
* | #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-14/+14
|\ \ | |/
| * #17109: fix headings in mock example doc.Georg Brandl2013-02-031-14/+14
| |
* | Issue #17015: When it has a spec, a Mock object now inspects its signature ↵Antoine Pitrou2013-02-021-0/+14
|/ | | | when matching calls, so that arguments can be matched positionally or by name.
* Use correct methods in unittest.mock examples.Ezio Melotti2013-01-101-6/+6
|
* Closes issue 14636. mock objects raise exceptions from an iterable side_effectMichael Foord2012-04-211-50/+0
|
* Minor docstring / docs corrections for unittest.mockMichael Foord2012-04-131-1/+1
|
* Fix markup errors found by "make suspicious".Georg Brandl2012-04-011-1/+1
|
* Unsplit unittest.mock documentationMichael Foord2012-03-281-8/+417
|
* Adding unittest.mock documentationMichael Foord2012-03-251-0/+887