Skip to content

Commit 1672074

Browse files
Update tests/test_migrations.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 8669f1d commit 1672074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_migrations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
class MigrationTestCase(TestCase):
8+
# Override MIGRATION_MODULES to {} to ensure all migrations are detected and not skipped for any app.
89
@override_settings(MIGRATION_MODULES={})
910
def test_for_missing_migrations(self):
1011
output = StringIO()

0 commit comments

Comments
 (0)