Ejemplo n.º 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"])
Ejemplo n.º 2
0
 def test_02_migration_state():
     """Checks if all migrations agree with database state
     """
     check_migration_state(exclude=["auth"])
Ejemplo n.º 3
0
 def test_02(self):
     check_migration_state()