kumar303 / fudge (http://farmdev.com/projects/fudge/)

Fudge is a Python module for using fake objects (mocks, stubs, etc) to test real ones.

Clone this repository (size: 298.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/kumar303/fudge/

Shortlog (showing r236:20619955d89c (tip) → r212:99a176a6dabd)

Age Author Message A M D «
13 days kumar303 kumar303 Fixed code formatting in docs 1
13 days kumar303 kumar303 more realistic example in docs 1
13 days kumar303 kumar303 More realistic example of test case 1
4 weeks kumar303 kumar303 Cleaned up Twitter API examples in Fudge docs at… 1
4 weeks kumar303 kumar303 Added tag rel_0_9_4 for changeset 67a6264fc478 1
4 weeks kumar303 kumar303 The Fudge example docs now show how to mock out the Twitter API instead of SMTP… 1 1
4 months kmcmillan Bumping version for bugfix 1
4 months kmcmillan merged 3
4 months kmcmillan Fixed bug where __init__ would always return the Fake instance of itself. Now… 3
6 months kumar303 kumar303 Removed trailing whitespace for zip compatibility 1
6 months kumar303 kumar303 Fixed white space error which caused a SyntaxError when imported from a zipfile 1
6 months kumar303 kumar303 run_tests.sh always uses the local virtualenv now 1
6 months kumar303 kumar303 Added example of patching multiple objects using patch_object() 1
6 months kumar303 kumar303 Updated note about multi-threaded issues when using the patcher 1
7 months kumar303 kumar303 Better JavaScript code example 1
7 months kumar303 kumar303 fixed code example in docs 1
7 months kumar303 kumar303 Added docs for JavaScript 2
7 months kumar303 kumar303 Added tag rel_0_9_3 for changeset 90f0f352a2f4 1
7 months kumar303 kumar303 Switched the order of equality checks in argument value comparison so that __eq_… 3
7 months kumar303 kumar303 Fixed ref links to fudge.patcher in docs 2
7 months kumar303 kumar303 Merged 1
9 months kumar303 kumar303 fixed typo 1
7 months kumar303 kumar303 Better intro text in docs to ease the fear of jMock 2
9 months kumar303 kumar303 Fixed bug where raises() obscured with_args(), per Issue 6 3
9 months kumar303 kumar303 cleaned up run_tests.sh to avoid bashisms, per anonymous patch in… 1