django-dynamic-fixture
Test fixture
A library to generate dynamic model instances for testing purposes in Django applications.
A complete library to create dynamic model instances for testing purposes.
391 stars
19 watching
67 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
database-testingdjangopythontesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
model-bakers/model_bakery | A tool that simplifies the creation of test fixtures in Django applications | 844 |
croach/flask-fixtures | A library to simplify testing by providing a way to pre-populate a test database with predefined data | 64 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
dragoon/django-selenium | Provides integration and tools for testing Django web applications with Selenium | 90 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 612 |
wemake-services/django-test-migrations | A tool to test Django schema and data migrations for reliability and correctness. | 529 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
holgerd77/django-dynamic-scraper | An app that allows you to manage Scrapy spiders through a Django admin interface. | 1,153 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 198 |
py-universe/django-rest-cli | A tool that speeds up the development of Django Rest APIs by automating repetitive tasks. | 117 |
seamapi/ava-postgres | A test fixture that provides fast access to a Postgres database for testing | 4 |
edelvalle/reactor | Enables real-time updates in Django applications using a combination of Django Channels and Phoenix LiveView-like functionality | 635 |
fcurella/django-fakery | A tool that simplifies creation of test data in Django applications by generating fake data based on model field types and names. | 115 |
ceterai/django-pyproject | Tool to store Django settings in pyproject.toml file | 5 |
vierge-noire/cakephp-fixture-factories | A plugin that simplifies the creation and management of test fixtures in CakePHP applications. | 84 |