This commit is contained in:
Gabriel Augendre 2022-05-25 19:19:37 +02:00
parent 297336f955
commit 61c6c8974f

View file

@ -4,4 +4,4 @@ from django.core.management import call_command
@pytest.mark.django_db()
def test_missing_migrations() -> None:
call_command("makemigrations", "--check")
call_command("makemigrations", "--check", "--dry-run")