fudge-py / fudge

Python module for replacing real objects with fakes (mocks, stubs, etc) while testing
MIT License
15 stars 9 forks source link

IsInstance can be also a tuple or string of types #5

Closed erlichmen closed 6 years ago

erlichmen commented 6 years ago

IsInstance can also be a tuple or list of types (same as in Python). this works until an error needs to be printed an in that case the code will break. This should fix that.

jsatt commented 6 years ago

Thanks for the pr @erlichmen.