On Tue, Jul 14, 2015 at 11:51 PM, Florian Bruhin <[email protected]> wrote: > However, it also has some special methods to see if it has been > called: > > >>> m.assert_called_with() > [...] > AssertionError: Expected call: mock() > Not called
I suppose it's too late to change this so these aren't methods... ISTM the problem is this collision of usage on attribute lookup - on the one hand, it's conjuring mock method calls, and on the other, it's implementing methods of its own. ChrisA _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
