Пакет python3-module-django_factory: Информация
Исходный пакет: python3-module-django_factory
Версия: 0.11-alt3
Собран: 28 марта 2020 г. 20:55
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: 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.
Сопровождающий: Andrey Bychkov
Последнее изменение
19 декабря 2019 г. Andrey Bychkov 0.11-alt3
- build for python2 disabled
14 мая 2018 г. Andrey Bychkov 0.11-alt2
- rebuild with python3.6
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)