derwiki-adroll / mock

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

call.count() doesn't work because tuples have a count method #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using the call object to make assertions where one of the methods called is 
"count" doesn't work because tuples have a count method - so call.count() 
throws an exception.

Original issue reported on code.google.com by fuzzyman on 11 Sep 2012 at 2:49