- Jul 23, 2015
-
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
Patch from https://github.com/testing-cabal/mock/issues/215
-
- Jul 17, 2015
-
-
Robert Collins authored
This reverts commit e9db0161. Issue #288 - mock_open.return_value.<stuff here> was a widely used pattern.
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
could in Python 3.3.
-
Robert Collins authored
Patch from Nicola Palumbo and Laurent De Buyst.
-
- Jul 15, 2015
-
-
Robert Collins authored
-
Robert Collins authored
-
Darragh Bailey authored
Replace set comprehensions with calls to set() and ensure string formatting has positional format specifiers. Co-Authored-By:
Robert Collins <rbtcollins@hp.com>
-
- Jul 14, 2015
-
-
Robert Collins authored
-
Robert Collins authored
This was a regression vs Python 3.4. Patch from Ignacio Rossi
-
- Jul 13, 2015
-
-
Rob McQueen authored
-
- Jul 10, 2015
-
-
Robert Collins authored
less than 1.3 and the boolean environment marker expression is reflected into setuptools incorrectly.
-
Robert Collins authored
six 1.7 is needed for six.wraps.
-
Robert Collins authored
This way github will process it.
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
- Document backporting - Reference the cPython dev docs for everything else. - Test docs and package summary.
-
- Jul 09, 2015
-
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
In particular this changes the author from Michael to the testing-cabal group.
-
Robert Collins authored
-
Robert Collins authored
-
Łukasz Langa authored
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
-
Berker Peksag authored
Patch by Håkan Lövdahl.
-
Berker Peksag authored
Patch by Håkan Lövdahl.
-
Serhiy Storchaka authored
implementation in issue #21408 they are redundant.
-
Serhiy Storchaka authored
Fixed an output of sets in examples.
-
Kushal Das authored
-
R David Murray authored
-
Kushal Das authored
Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests.
-
Kushal Das authored
-
Kushal Das authored
It raises AssertionError if the mock has been called.
-
Kushal Das authored
It raises `AttributeError` incase of an attribute startswith assert or assret.
-
Michael Foord authored
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
-
Kushal Das authored
Passing name keyword argument to mock.create_autospec now works.
-
Michael Foord authored
-
Michael Foord authored
-