Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047343
en ru br
ALT Linux repos
S:0.11-alt3

Group :: Development/Python3
RPM: python3-module-django_factory

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.11-alt3
Build date: 20 december 2019, 08:58 ( 223.0 weeks ago )
Size: 27.49 Kb

Home page:   https://pypi.python.org/pypi/django_factory/

License: ASL v2.0
Summary: Generic factory for creating instances of Django models in tests
Description:

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.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-django_factory
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin