kubernetes_asyncio.config.openid_test module

class kubernetes_asyncio.config.openid_test.OpenIDRequestorTest(methodName='runTest')

Bases: IsolatedAsyncioTestCase

setUp() None

Hook method for setting up the test fixture before exercising it.

async test_failed_refresh_token() None
async test_failed_well_known() None
async test_refresh_token_success() None
kubernetes_asyncio.config.openid_test.fail_token_request_client() Generator[TestClient, None, None]
kubernetes_asyncio.config.openid_test.fail_well_known_client() Generator[TestClient, None, None]
kubernetes_asyncio.config.openid_test.make_responder(response)
kubernetes_asyncio.config.openid_test.respond_json(data)
kubernetes_asyncio.config.openid_test.working_client() Generator[TestClient, None, None]