- 09 Tem, 2018 1 kayıt (commit)
-
-
Andrés Delfino yazdı
-
- 22 May, 2018 1 kayıt (commit)
-
-
John Reese yazdı
unittest.mock.MagicMock now supports the __round__() magic method.
-
- 15 May, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
-
- 06 Ock, 2018 1 kayıt (commit)
-
-
Paul Ganssle yazdı
-
- 05 Kas, 2017 1 kayıt (commit)
-
-
luzpaz yazdı
-
- 17 Eki, 2017 1 kayıt (commit)
-
-
Mario Corchero yazdı
The new method allows the developer to control when to stop the feature of mocks that automagically creates new mocks when accessing an attribute that was not declared before Signed-off-by:
Mario Corchero <mariocj89@gmail.com>
-
- 22 May, 2017 1 kayıt (commit)
-
-
Ben Lloyd yazdı
There was an unneeded space before a closing parenthesis in the `unittest.mock` documentation.
-
- 23 Şub, 2017 1 kayıt (commit)
-
-
Arne de Laat yazdı
-
- 11 Ock, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
identity when they are copied or pickled.
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Tem, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Kushal Das yazdı
We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both.
-
- 11 Nis, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
The default value of __len__ is 0, not 1: >>> from unittest.mock import MagicMock >>> mock = MagicMock() >>> len(mock) 0 Reported by Alex on docs@p.o. Remove the remaining VMSError reference. VMS support is gone.
-
- 11 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26323: Add assert_called() and assert_called_once() methods to unittest.mock.Mock.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 10 Eyl, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 23 Tem, 2015 2 kayıt (commit)
-
-
Robert Collins yazdı
-
Robert Collins yazdı
-
- 07 Tem, 2015 2 kayıt (commit)
-
-
Zachary Ware yazdı
The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page.
-
Zachary Ware yazdı
-
- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 13 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Karan Goel.
-
- 07 Ock, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by A.M. Kuchling.
-
- 31 Eki, 2014 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Nis, 2014 2 kayıt (commit)
-
-
Kushal Das yazdı
It raises AssertionError if the mock has been called.
-
Kushal Das yazdı
It raises `AttributeError` incase of an attribute startswith assert or assret.
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
Michael Foord yazdı
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 26 Şub, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 24 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 May, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
Michael Foord yazdı
-