Skip to content

Commit

Permalink
Add missing pytest DB marker
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Jul 8, 2017
1 parent 1e3bbd9 commit 756860e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from django.core.management import call_command


@pytest.mark.django_db
def test_no_missing_migrations():
"""Check no model changes have been made since the last `./manage.py makemigrations`.
Expand Down

0 comments on commit 756860e

Please sign in to comment.