Flaskには
def test_connection(self):
with app.app_context():
#test code
おそらくapp.app_context()
を押し出すこともできます テストセットアップメソッドも呼び出します。これがお役に立てば幸いです。
Flaskには
def test_connection(self):
with app.app_context():
#test code
おそらくapp.app_context()
を押し出すこともできます テストセットアップメソッドも呼び出します。これがお役に立てば幸いです。