Skip to content
Sections
>> Trisquel >> Packages >> aramo >> doc >> python-fudge-doc
etiona  ] [  nabia  ] [  aramo  ]
[ Source: python-fudge  ]

Package: python-fudge-doc (1.1.1-1)

Python module for using fake objects for tests, documentation package

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 running code. If the fake object was used incorrectly then you’ll see an informative exception message with a traceback that points to the culprit.

Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If the type of arguments sent to the fake method aren’t important then you don’t have to declare an expectation for them.

This is the documentation of python-fudge.

Other Packages Related to python-fudge-doc

  • depends
  • recommends
  • suggests
  • dep: libjs-sphinxdoc (>= 2.4.3-5~)
    JavaScript support for Sphinx documentation

Download python-fudge-doc

Download for all available architectures
Architecture Package Size Installed Size Files
all 42.0 kB348 kB [list of files]