tests.tlstests.test_rminit_session

Test the self-init certs get created

Module Contents

Functions

test_ssl_context()

Make sure we can get the context (ref sterlette issue)

test_get_session(app_client)

Test that appclient initializes mtls certs so we can get a session

Attributes

LOGGER

LOGGER[source]
test_ssl_context()[source]

Make sure we can get the context (ref sterlette issue)

Return type:

None

async test_get_session(app_client)[source]

Test that appclient initializes mtls certs so we can get a session

Parameters:

app_client (async_asgi_testclient.TestClient)

Return type:

None