summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.mock-examples.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-031-0/+9
* Fix "Python" casing in a few places (GH-9001) (GH-9313)Miss Islington (bot)2018-09-141-1/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-3/+3
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* Issue #26688: Fix module name in mock docsBerker Peksag2016-04-021-3/+3
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
* Issue #26199: Fix broken link in unittest.mock-examples.rstBerker Peksag2016-01-281-1/+1
* Issue #22823: Use set literals instead of creating a set from a list.Serhiy Storchaka2014-12-111-12/+12
* unittest.mock docs: fix use of default roleGeorg Brandl2014-10-311-125/+125
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-2/+2
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-8/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-5/+5
* Fix typo in example (#20963)Éric Araujo2014-03-171-2/+2
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+1
* Merge with 3.3Terry Jan Reedy2014-01-211-2/+2
|\
| * Issue #20222: file is no longer a builtin in 3.x.Terry Jan Reedy2014-01-211-2/+2
* | #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 wh...Antoine Pitrou2013-02-031-0/+14
|/
* 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