[ trixie ]
[ sid ]
[ 原始碼: python-django-dynamic-fixture ]
套件:python3-django-dynamic-fixture(4.0.1-1)
python3-django-dynamic-fixture 的相關連結
Debian 的資源:
下載原始碼套件 python-django-dynamic-fixture:
- [python-django-dynamic-fixture_4.0.1-1.dsc]
- [python-django-dynamic-fixture_4.0.1.orig.tar.gz]
- [python-django-dynamic-fixture_4.0.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
create dynamic model instances for testing purposes (Python3 version)
Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic model instances for testing purposes.
It lets you focus on your tests, instead of focusing on generating some dummy data which is boring and pollutes the test source code.
It exists to solve the anti-pattern of Static Fixtures and Factory objects.
Features:
* Highly customizable: you can customize fields recursively * Deals with unique=True * Deals with cyclic dependencies (including self references) * Deals with many to many relationship (common M2M or M2M with additional data, i.e. through=’table’) * Deals with custom fields (especially if the custom field inherits from a django field) * Support for parallel tests * Deals with auto calculated attributes * It is easy to debug errors
This package contains the Python 3 version of the library.
其他與 python3-django-dynamic-fixture 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework
-
- sug: python-django-dynamic-fixture-doc
- create dynamic model instances for testing purposes (Documentation)