tests.events.test_integrations_web module¶
tests/events/test_integrations_web.py
- tests.events.test_integrations_web.client(request)¶
Flask テストクライアント
- Parameters:
request (FixtureRequest)
- Return type:
Any
- tests.events.test_integrations_web.patch_by_keyword()¶
libs.dispatcher.by_keyword を全テストでモック
- Return type:
Any
- tests.events.test_integrations_web.test_route_access(flask_client, url, expected_status)¶
ルート選択テスト
- Parameters:
flask_client (str)
url (str)
expected_status (int)
- Return type:
None