Fudge Documentation¶ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you donât have to record and playback actions and you donât have to inspect your fakes after
{{#tags}}- {{label}}
{{/tags}}