python-mock-comparison
python-mock-comparison copied to clipboard
A comparison of Python's mocking and other test double libraries
I'd love to see [Ludibrio](https://github.com/nsigustavo/ludibrio) in the comparisson too.
Maintaining this documentation as a doctest hasn't turned out very well. Some examples aren't illustrative because they don't represent realistic use cases. Everything is fragile because it's all mixed into...
It should compare the flavor of the libraries. It doesn't necessarily have to show them doing exactly the same thing. It should fit on one screen, where "screen" is defined...
E.g., maybe I only want to compare Mock and Fudge.
They're currently commented out.