def test_01_check_model_state(self): """Checks if all model fields agree with all migrations """ with self.assertRaises(MigrationStateError): check_model_state()
def test_01_check_model_state(): """Checks if all model fields agree with all migrations """ check_model_state()
def test_01(self): check_model_state()