derwiki-adroll / mock

Automatically exported from code.google.com/p/mock
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

assert_was_called_with and assert_has_calls methods #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Move assert_has_calls off CallList and onto mock. Add an assert_was_called_with 
that doesn't just check the last call.

Also test that mock_calls works with mocksignature and methods from autospec.

Original issue reported on code.google.com by fuzzyman on 26 Jul 2011 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by fuzzyman on 4 Aug 2011 at 12:29