python3-django-test-migrations

Testing database migrations for Django
  https://github.com/wemake-services/django-test-migrations
  0
  no reviews



This framework allows one to test migrations with respect to: * schema and data * forward and rollback * order, names * database configuration It also features fully typed annotations.

Django is a high-level Python web development framework.