[
  "tests/test_assignability.py::test_admin_cannot_invite_another_admin",
  "tests/test_assignability.py::test_admin_cannot_self_promote_to_admin",
  "tests/test_assignability.py::test_admin_may_change_a_members_level_within_its_grant",
  "tests/test_assignability.py::test_admin_may_invite_a_member",
  "tests/test_assignability.py::test_owner_may_assign_any_level",
  "tests/test_capabilities_me.py::test_admin_member_has_delegated_but_not_owner_capabilities",
  "tests/test_capabilities_me.py::test_anonymous_me_has_no_capabilities",
  "tests/test_capabilities_me.py::test_owner_me_has_every_capability",
  "tests/test_capabilities_me.py::test_plain_member_me_has_no_capabilities",
  "tests/test_comments.py::test_anonymous_is_denied",
  "tests/test_comments.py::test_delete_last_entry_removes_thread",
  "tests/test_comments.py::test_file_lands_in_the_data_dir",
  "tests/test_comments.py::test_files_are_group_writable",
  "tests/test_comments.py::test_hand_edited_file_is_tolerated",
  "tests/test_comments.py::test_member_flow_and_moderation",
  "tests/test_comments.py::test_render_parse_round_trip",
  "tests/test_comments.py::test_signed_in_non_member_is_refused",
  "tests/test_comments.py::test_slug_validation_blocks_traversal",
  "tests/test_default_deny.py::test_anonymous_is_denied_on_admin_route",
  "tests/test_default_deny.py::test_anonymous_is_denied_on_app_route",
  "tests/test_default_deny.py::test_healthz_is_public",
  "tests/test_default_deny.py::test_known_app_route_reachable_once_signed_in",
  "tests/test_default_deny.py::test_public_me_probe_is_reachable_anonymously",
  "tests/test_default_deny.py::test_public_meta_is_reachable_anonymously",
  "tests/test_default_deny.py::test_unknown_api_path_is_401_for_anon_not_404",
  "tests/test_instances.py::test_admin_router_unknown_instance_is_404",
  "tests/test_instances.py::test_all_instances_members_show_as_all_access",
  "tests/test_instances.py::test_create_slugs_the_name_and_dodges_collisions",
  "tests/test_instances.py::test_grant_makes_an_instance_visible",
  "tests/test_instances.py::test_grant_shows_in_the_access_matrix",
  "tests/test_instances.py::test_invisible_instance_is_404_not_403",
  "tests/test_instances.py::test_resolution_order_grant_beats_all_instances_beats_none",
  "tests/test_instances.py::test_scoped_manager_adds_an_existing_member_without_email",
  "tests/test_instances.py::test_scoped_manager_directory_gates_resolve_per_instance",
  "tests/test_instances.py::test_scoped_manager_invites_a_new_user_into_their_instance",
  "tests/test_instances.py::test_scoped_manager_sees_their_instance_roster",
  "tests/test_instances.py::test_unknown_instance_is_404",
  "tests/test_invites_resets.py::test_adding_an_existing_account_skips_the_credential_email",
  "tests/test_invites_resets.py::test_adding_an_existing_account_with_notify_sends_the_courtesy_email",
  "tests/test_invites_resets.py::test_check_user_is_gated_on_accounts_add",
  "tests/test_invites_resets.py::test_check_user_reports_the_three_cases",
  "tests/test_invites_resets.py::test_directory_search_is_gated_on_accounts_add",
  "tests/test_invites_resets.py::test_directory_search_returns_stubbed_users_for_an_adder",
  "tests/test_invites_resets.py::test_doomed_invite_sends_no_email",
  "tests/test_invites_resets.py::test_inviting_a_new_user_requires_an_email",
  "tests/test_invites_resets.py::test_inviting_an_existing_member_conflicts_without_a_new_email",
  "tests/test_invites_resets.py::test_self_send_reset_works_for_any_signed_in_user",
  "tests/test_invites_resets.py::test_send_reset_requires_the_permission",
  "tests/test_invites_resets.py::test_successful_invite_adds_member_and_records_central_invite",
  "tests/test_levels.py::test_duplicate_level_name_conflicts",
  "tests/test_levels.py::test_in_use_level_cannot_be_deleted",
  "tests/test_levels.py::test_list_levels_shows_seed_levels",
  "tests/test_levels.py::test_member_cannot_create_a_level",
  "tests/test_levels.py::test_owner_adopts_a_template",
  "tests/test_levels.py::test_owner_creates_a_level",
  "tests/test_levels.py::test_owner_deletes_an_unused_level",
  "tests/test_levels.py::test_owner_edits_a_level_permissions",
  "tests/test_levels.py::test_owner_is_immutable_even_to_the_owner",
  "tests/test_outbound_stubbed.py::test_account_removal_is_immediate",
  "tests/test_outbound_stubbed.py::test_every_outbound_is_captured_and_recognized",
  "tests/test_outbound_stubbed.py::test_owner_sync_fans_out_report_calls",
  "tests/test_outbound_stubbed.py::test_sync_is_owner_only",
  "tests/test_view_as.py::test_act_mode_is_owner_only",
  "tests/test_view_as.py::test_fail_closed_autostop_when_impersonator_ability_revoked",
  "tests/test_view_as.py::test_fail_closed_autostop_when_target_deleted",
  "tests/test_view_as.py::test_me_reflects_impersonation_and_readonly",
  "tests/test_view_as.py::test_non_owner_may_start_readonly_view_as",
  "tests/test_view_as.py::test_readonly_view_as_blocks_a_mutation",
  "tests/test_view_as.py::test_start_and_stop_are_reported_to_central",
  "tests/test_view_as.py::test_stop_returns_identity_to_the_real_user",
  "tests/test_view_as.py::test_view_as_repoints_identity_not_real_user"
]