Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider adding django-test-migrations #290
Open
Comments
|
I added tests because of those issues, see https://github.com/celery/django-celery-beat/blob/master/t/unit/test_models.py#L14 Also the tox file now does these tests starting from various versions so there's full coverage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know that
django-celery-beathad some issues with migrations back in the days.I am proposing to add the support of testing migration files to prevent errors like:
This can be done with the help of https://github.com/wemake-services/django-test-migrations
I would be glad to hear your feedback if any.