test_access_str(t_init, t_wizard)
|
|
test_add_a_simple_deny_clase(t_init, t_wizard)
|
|
test_allow_group_creates_access_row(t_init, ...)
|
|
test_can_caller_no_caller_is_noop(t_init, ...)
|
|
test_cant_change_location_unless_allowed_to_move(...)
|
|
test_cant_change_owner_unless_allowed_to_entrust(...)
|
|
test_cant_create_child_of_an_object_that_isnt_yours(...)
|
|
test_cant_create_parent_of_an_object_that_isnt_yours(...)
|
|
test_change_location_calls_accept(t_init, ...)
|
|
test_change_location_calls_enterfunc(t_init, ...)
|
|
test_change_location_calls_exitfunc(t_init, ...)
|
|
test_change_location_checks_recursion(...)
|
|
test_deny_evicts_cached_true(t_init, t_wizard)
|
|
test_deny_group_creates_access_row(t_init, ...)
|
|
test_deny_overrides_allow(t_init, t_wizard)
|
|
test_everyone_can_read_a_thing(t_init, t_wizard)
|
|
test_get_permission_id_returns_pk(t_init, ...)
|
|
test_is_allowed_fatal_raises(t_init, t_wizard)
|
|
test_is_allowed_group_everyone(t_init, t_wizard)
|
|
test_is_allowed_group_owners(t_init, t_wizard)
|
|
test_is_allowed_group_wizards(t_init, t_wizard)
|
|
test_is_allowed_specific_accessor(t_init, ...)
|
|
test_perm_cache_avoids_repeated_queries(...)
|
|
test_perm_cache_invalidated_by_deny(t_init, ...)
|
|
test_permission_str(t_init, t_wizard)
|
|
test_regular_user_can_read_a_thing(t_init, ...)
|
|
test_regular_user_who_owns_a_thing(t_init, ...)
|
|
test_wizard_can_do_most_things(t_init, t_wizard)
|
|