tests.usersapis.test_people

Test people endpoint

Module Contents

Functions

test_admin_people_list(admin_mtls_client)

Test people list fragment

test_product_people_list(product_mtls_client)

Test people list fragment

test_person_delete(admin_mtls_client, enroll_poolcode)

Test enrolling and then deleting a person

Attributes

LOGGER

LOGGER[source]
async test_admin_people_list(admin_mtls_client)[source]

Test people list fragment

Parameters:

admin_mtls_client (async_asgi_testclient.TestClient)

Return type:

None

async test_product_people_list(product_mtls_client)[source]

Test people list fragment

Parameters:

product_mtls_client (async_asgi_testclient.TestClient)

Return type:

None

async test_person_delete(admin_mtls_client, enroll_poolcode)[source]

Test enrolling and then deleting a person

Parameters:
  • admin_mtls_client (async_asgi_testclient.TestClient)

  • enroll_poolcode (str)

Return type:

None