[TIP] ANN: Fudge: python mock / stub framework

Kumar McMillan kumar.mcmillan at gmail.com
Tue Feb 3 09:50:14 PST 2009


Hi all
(sorry about the x-post ye Thunderbird users)

I'm excited to announced the release of Fudge, a Python module for
replacing real objects with fakes (mocks, stubs, etc) while testing.

http://farmdev.com/projects/fudge/
http://pypi.python.org/pypi/fudge

Fudge started when a co-worker introduced me to Mocha [1], a mocking
framework for Ruby and a simpler version of jMock (Java).  More
rambling about all that is here:
http://farmdev.com/thoughts/70/fudge-another-python-mock-framework/

Yes, I know it's yet another mock framework.  I talk about how Fudge
compares to the others here:
http://farmdev.com/projects/fudge/why-fudge.html

[1] http://mocha.rubyforge.org/

have fun,
Kumar



More information about the testing-in-python mailing list