コード例 #1
0
ファイル: test_state3.py プロジェクト: iturimbetov/espressodb
 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()