コード例 #1
0
ファイル: test_state2.py プロジェクト: iturimbetov/espressodb
 def test_01_check_model_state(self):
     """Checks if all model fields agree with all migrations
     """
     with self.assertRaises(MigrationStateError):
         check_model_state()
コード例 #2
0
 def test_01_check_model_state():
     """Checks if all model fields agree with all migrations
     """
     check_model_state()
コード例 #3
0
 def test_01(self):
     check_model_state()