Todd Sifleet
Results
5
issues of
Todd Sifleet
- Use bare raise to maintain traceback - Update examples
This should return true but does not: >>> from doubles import InstanceDouble >>> from doubles.testing import User >>> isinstance(InstanceDouble('doubles.testing.User'), User) False
enhancement
Even if a Doubles exception is caught within the test we should still fail the test. I just ran into this issue changing a call signature, I missed a spot...
enhancement