uber / doubles

Test doubles for Python.
MIT License
164 stars 17 forks source link

Fix usage with Exceptions requiring arguments #128

Closed toddsifleet closed 6 years ago

toddsifleet commented 6 years ago

This should fix a backwards incompatible change with: https://github.com/uber/doubles/pull/107.

When passing in Exception instance (not classes) users were seeing: "'exceptions.Exception' object is not callable"

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.