コード例 #1
0
 def setUp(self):
     application = create_app(None, TestConfig)
     self.app = application.test_client()
     db.create_all()