Thanks to Nestor Salceda, now pyDoubles do not raise errors on assertion failures, but just fails :-). Subtle difference but an important one. The other change is a new method alias, suggested by an user:

mock.assert_that_is_satisfied()

is now also:

mock.assert_expectations()

Both methods are the same, just use whichever you fancy.

Thanks also to David Villa for some fine tuning and for packaging pyDoubles for Debian.

Thanks for your feedback, which makes this releases happen 🙂