Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b803c6c commit 31a7835Copy full SHA for 31a7835
1 file changed
Lib/unittest/mock.py
@@ -948,9 +948,6 @@ class or instance) that acts as the specification for the mock object. If
948
the next value from the iterable. If any of the members of the iterable
949
are exceptions they will be raised instead of returned.
950
951
- If `side_effect` is an iterable then each call to the mock will return
952
- the next value from the iterable.
953
-
954
* `return_value`: The value returned when the mock is called. By default
955
this is a new Mock (created on first access). See the
956
`return_value` attribute.
0 commit comments