예제 #1
0
 def test_02_migration_state(self):
     """Checks if all migrations agree with database state
     """
     with self.assertRaises(MigrationStateError):
         check_migration_state(exclude=["auth"])
예제 #2
0
 def test_02_migration_state():
     """Checks if all migrations agree with database state
     """
     check_migration_state(exclude=["auth"])
예제 #3
0
 def test_02(self):
     check_migration_state()