Python Mock Library Comparison¶ This is a side-by-side comparison of how to accomplish some basic tasks with popular Python mocking libraries and frameworks. The libraries are: mock flexmock mox Mocker Dingus fudge Some mocking tools are intentionally omitted: python-mock (last release in 2005) pmock (last release in 2004 and doesn’t import in modern Pythons). Other mocking frameworks are not yet