Skip to content

Commit

Permalink
Update tests/test_pytest_mock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 21, 2024
1 parent bc37a7f commit 44a5bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pytest_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def bar(self, arg):
assert spy.spy_return == 20
assert foo.bar(arg=11) == 22
assert foo.bar(arg=12) == 24
assert spy.spy_return == 24
assert spy.spy_return_list == [20, 22, 24]


Expand Down

0 comments on commit 44a5bc7

Please sign in to comment.