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

    Исходный пакет: python-module-django_factory
    Версия: 0.11-alt1.1
    Собран:  14 марта 2016 г. 9:05 в задании #161285
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/django_factory/

    Лицензия: ASL v2.0
    О пакете: Generic factory for creating instances of Django models in tests
    Описание: 
    django_factory is a generic implementation of `Creation Methods` for
    Django models.
    
    Using django_factory in your tests means that each test can create
    instances of the models, but only has to specify the model attributes
    that are germane to that particular test.
    
    Using creation methods usually leads to tests that are easier to read,
    and makes it easier to avoid convoluted test setup methods that are
    shared, as the pre-conditions for each test are easier to establish.

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

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

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

      1. python3-devel
      2. python3-module-setuptools
      3. python-devel
      4. python-module-setuptools
      5. rpm-build-python3

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


    13 марта 2016 г. Ivan Zakharyaschev 0.11-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    29 сентября 2014 г. Eugeny A. Rostovtsev 0.11-alt1
    - Initial build for Sisyphus