django-test-migrations
Migration tester
A tool to test Django schema and data migrations for reliability and correctness.
Test django schema and data migrations, including migrations' order and best practices.
529 stars
9 watching
30 forks
Language: Python
last commit: 6 days ago
Linked from 2 awesome lists
djangodjango-migrationsdjango-ormdjango-testdjango-testingpytestpytest-pluginpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
ambient-innovation/django-migration-zero | A tool to clean up Django migration files and update the migration history table in CI/CD pipelines. | 54 |
wemake-services/wemake-django-template | A Django project template focusing on code quality and security for rapid development and production-ready applications. | 2,002 |
dizballanze/django-migrations-graph | Displays Django migration dependencies as a graphical representation. | 48 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 612 |
dragoon/django-selenium | Provides integration and tools for testing Django web applications with Selenium | 90 |
gusakovskiy/django-liquidb | Manages and snapshots Django application state during migrations | 23 |
browniebroke/flake8-django-migrations | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
realpython/django-slow-tests | Identifies and reports on the slowest tests in a Django application | 182 |
wemake-services/django-split-settings | Organizes Django settings into multiple files and directories. | 1,123 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 198 |
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 391 |
django-parler/django-parler | Provides automatic model translations with easy admin integration and fallbacks. | 697 |
kmmbvnr/django-jenkins | Automates Django application testing and reporting with Jenkins integration. | 945 |
jazzband/django-nose | Tools for running and testing Django applications | 881 |