Пакет python3-module-fudge: Информация

    Исходный пакет: python3-module-fudge
    Версия: 1.0.3-alt1.1
    Собран:  17 марта 2016 г. 1:16 в задании #161348
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/fudge-je/

    Лицензия: MIT
    О пакете: Replace real objects with fakes (mocks, stubs, etc) while testing
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-fudge (noarch)
    python3-module-fudge-tests (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Ivan Zakharyaschev
    Eugeny A. Rostovtsev

      1. python3-devel
      2. python3-module-nose
      3. python3-module-setuptools-tests
      4. rpm-build-python3
      5. python-tools-2to3

    Последнее изменение


    14 марта 2016 г. Ivan Zakharyaschev 1.0.3-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    17 января 2015 г. Eugeny A. Rostovtsev 1.0.3-alt1
    - Initial build for Sisyphus