cri_auth.tests.test_auth_groups_clients_mapping module

class cri_auth.tests.test_auth_groups_clients_mapping.TestAuthGroupsClientsMapping(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

fixtures = ('tests/groups.yaml',)
classmethod setUpTestData()[source]

Load initial data for the TestCase.

test_auth_groups_clients_mapping_get_mappings_managed_by_user_group_manager()[source]
test_auth_groups_clients_mapping_get_mappings_managed_by_user_manager()[source]
test_auth_groups_clients_mapping_get_user_groups()[source]
test_auth_groups_clients_mapping_get_user_roles()[source]
test_auth_groups_clients_mapping_is_user_allowed_group_allowed()[source]
test_auth_groups_clients_mapping_is_user_allowed_group_denied()[source]
test_auth_groups_clients_mapping_is_user_allowed_group_manager()[source]
test_auth_groups_clients_mapping_is_user_allowed_not_restricted()[source]
test_auth_groups_clients_mapping_is_user_allowed_restricted()[source]