Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | Michael Foord | 2014-04-15 | 1 | -1/+18 |
|\ | |||||
| * | Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica... | Michael Foord | 2014-04-15 | 1 | -1/+18 |
* | | Closes issue 17660. You no longer need to explicitly pass create=True when pa... | Michael Foord | 2014-04-14 | 1 | -2/+22 |
|/ | |||||
* | Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules | Antoine Pitrou | 2013-09-13 | 1 | -1/+0 |
* | Adding patch.stopall method to unittest.mock | Michael Foord | 2012-06-10 | 1 | -0/+18 |
* | unittest.mock: a mock created by patch with a spec as the list argument will ... | Michael Foord | 2012-03-25 | 1 | -0/+20 |
* | Support subclassing unittest.mock._patch and fix various obscure bugs around ... | Michael Foord | 2012-03-25 | 1 | -7/+102 |
* | And another one... mock import fix. | Michael Foord | 2012-03-14 | 1 | -2/+2 |
* | Fix import failure in mock test | Michael Foord | 2012-03-14 | 1 | -1/+1 |
* | PEP 417: Adding unittest.mock | Michael Foord | 2012-03-14 | 1 | -0/+1652 |