module
tests.utils_coverage_test
Coverage test for util scripts.
Functions
test_swagger
(
)
— Check if divide works for expected entries.</>
module
tests.app_coverage_test
Coverage test for auth module.
Functions
test_auth
(
user_id
,password
,status_code
)
— Test valid access token.</>test_docs
(
)
— Test docs generation.</>test_get_root
(
)
— Test root access.</>test_invalid_handle
(
authorization
,status_code
)
— Test invalid handle and authentication.</>test_valid_handle
(
)
— Test valid handling.</>
module
tests.auth_coverage_test
Coverage test for auth module.
Functions
test_auth_handler_token_response_output
(
)
— Test if token response has the correct format.</>test_bearer_verify_invalid_jwe
(
)
— Test invalid JWE token.</>test_encrypt_and_decrypt
(
)
— Test if encryption and decryption of token works.</>