Package python-module-fudge-docs: Information

    Binary package: python-module-fudge-docs
    Version: 1.0.3-alt3
    Architecture: noarch
    Build time:  Mar 2, 2015, 11:30 AM in the task #141265
    Source package: python-module-fudge
    Report package bug
    License: MIT
    Summary: Documentation for fudge
    Description: 
    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.
    
    This package contains documentation for fudge.


    List of contributors:
    Eugeny A. Rostovtsev

    Last changed


    March 2, 2015 Eugeny A. Rostovtsev 1.0.3-alt3
    - Fixed build
    Jan. 17, 2015 Eugeny A. Rostovtsev 1.0.3-alt2
    - Applied repocop's python-module-fudge-1.0.3-alt1.diff
    Jan. 16, 2015 Eugeny A. Rostovtsev 1.0.3-alt1
    - Initial build for Sisyphus