Package python-module-fudge: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #155976
Package removed: Sergey Alembekov
Deletion date: Jan. 15, 2016
    Source package: python-module-fudge
    Version: 1.0.3-alt3
    Build time:  Mar 2, 2015, 11:30 AM in the task #141265
    Report package bug
    License: MIT
    Summary: Replace real objects with fakes (mocks, stubs, etc) while testing
    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.

    List of rpms provided by this srpm:
    python-module-fudge (noarch)
    python-module-fudge-docs (noarch)
    python-module-fudge-pickles (noarch)
    python-module-fudge-tests (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. python-devel
      2. python-module-setuptools-tests
      3. python-module-nose
      4. python-module-sphinx-devel

    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