Kushal Das
|
484f8a875b
|
Closes Issue 21222.
Passing name keyword argument to mock.create_autospec now works.
|
2014-04-16 01:05:50 +05:30 |
Michael Foord
|
01bafdcccc
|
Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works
|
2014-04-14 16:09:42 -04:00 |
Michael Foord
|
514afeb65c
|
Merge
|
2013-11-23 13:30:03 +00:00 |
Serhiy Storchaka
|
bc39869095
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:14:35 +02:00 |
Serhiy Storchaka
|
5665bc5980
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:12:21 +02:00 |
Michael Foord
|
468ec34084
|
Remove shadowed test
|
2013-09-15 20:05:19 +12:00 |
Antoine Pitrou
|
356bdeb0a1
|
Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
|
2013-09-13 23:54:01 +02:00 |
Andrew Svetlov
|
8ab1e513c1
|
Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
|
2013-04-07 16:44:07 +03:00 |
Andrew Svetlov
|
8b2cd75bdd
|
Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
|
2013-04-07 16:42:24 +03:00 |
Antoine Pitrou
|
5c64df70b5
|
Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name.
|
2013-02-03 00:23:58 +01:00 |
Michael Foord
|
28d591ceef
|
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
|
2012-09-28 16:15:22 +01:00 |
Michael Foord
|
2cd48738ba
|
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
|
2012-04-21 15:52:11 +01:00 |
Michael Foord
|
83a16856ee
|
Fix another mock import
|
2012-03-14 12:58:46 -07:00 |
Michael Foord
|
345266aa7e
|
PEP 417: Adding unittest.mock
|
2012-03-14 12:24:34 -07:00 |