Skip to content

Tags: fudge-py/fudge

Tags

rel_1_1_0

Release of 1.1.0

rel_1_0_3

Adds Fake.is_a_stub() for full stub action. Also fixed some is_callab…

…le() stuff.

rel_1_0_2

Better intro text for PyPI

rel_1_0_1

Fixes ImportError when a patched path traverses object attributes wit…

…hin a module.

rel_1_0_0

Added @fudge.test for non-patched tests

rel_0_9_6

Bumped version to 0.9.6 and added notes in changelog

rel_0_9_5

Ignoring compiled $py.class files (for Jython)

rel_0_9_4

The Fudge example docs now show how to mock out the Twitter API inste…

…ad of SMTP since the code is more straightforward. See http://farmdev.com/projects/fudge/using-fudge.html

rel_0_9_3

Switched the order of equality checks in argument value comparison so…

… that __eq__ gets triggered correctly. More specifically this fixes an edge case described in Issue 9. Patch by Michael Williamson.

rel_0_9_2

Commented out arg diffing; its purpose has escaped me. Need to revisi…

…t after using fudge longer