We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e4b1b commit ff771fcCopy full SHA for ff771fc
test_app/tests/conftest.py
@@ -1,6 +1,4 @@
1
-import os
2
import random
3
-import re
4
from collections import defaultdict
5
from datetime import datetime, timedelta
6
from unittest import mock
@@ -74,7 +72,6 @@ def test_migrations_okay(*args, **kwargs):
74
72
app_name = app_exceptions.get(record.app, record.app)
75
73
db_steps[app_name].add(record.name)
76
77
-
78
for app in disk_steps:
79
assert disk_steps[app] == db_steps[app], f'Migrations not expected for app {app}, perhaps you need --create-db?'
80
0 commit comments