[
  "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_attachments.py::test_a_client_cannot_touch_an_internal_stage",
  "tests/test_attachments.py::test_a_client_on_the_project_can_fetch_a_visible_stages_file",
  "tests/test_attachments.py::test_a_comment_carries_its_attachment",
  "tests/test_attachments.py::test_a_pdf_renders_as_a_link_not_an_image",
  "tests/test_attachments.py::test_per_subject_file_cap",
  "tests/test_attachments.py::test_rejects_content_that_lies_about_its_extension",
  "tests/test_attachments.py::test_rejects_oversize",
  "tests/test_attachments.py::test_rejects_type_not_on_the_allow_list",
  "tests/test_attachments.py::test_resolve_cannot_cross_subjects",
  "tests/test_attachments.py::test_resolve_refuses_to_escape_its_subject_directory",
  "tests/test_attachments.py::test_stored_name_is_never_the_uploaded_name",
  "tests/test_attachments.py::test_the_url_is_not_a_capability",
  "tests/test_attachments.py::test_upload_then_fetch_round_trips",
  "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_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_discussion.py::test_a_conversation_moves_to_another_subject_and_old_deep_links_still_land",
  "tests/test_discussion.py::test_a_file_can_ride_on_a_project_comment",
  "tests/test_discussion.py::test_an_approval_is_a_decision_not_news_and_not_needs_you",
  "tests/test_discussion.py::test_an_internal_stage_is_not_a_subject_for_the_client",
  "tests/test_discussion.py::test_delete_is_soft_and_the_agency_may_remove_a_clients_comment",
  "tests/test_discussion.py::test_only_the_opener_or_the_agency_resolves",
  "tests/test_discussion.py::test_resolving_stops_the_nagging_and_reopening_restarts_it",
  "tests/test_discussion.py::test_the_author_edits_and_a_new_mention_rings_only_the_newly_named",
  "tests/test_discussion.py::test_the_project_itself_is_a_subject_and_the_read_lists_every_subject",
  "tests/test_discussion.py::test_whoami_speaks_to_the_person",
  "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_interaction.py::test_a_client_cannot_read_or_comment_on_an_internal_stage",
  "tests/test_interaction.py::test_a_mention_rings_the_mentioned_person_and_nobody_invents_it",
  "tests/test_interaction.py::test_approval_rings_the_agency_and_marking_read_clears_it",
  "tests/test_interaction.py::test_emits_are_deduped",
  "tests/test_interaction.py::test_one_thread_per_stage",
  "tests/test_interaction.py::test_the_other_side_hears_a_reply_and_the_author_never_does",
  "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_m1_gate.py::test_the_m1_gate",
  "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_shell.py::test_the_spa_shell_is_never_cached",
  "tests/test_spine.py::test_a_choice_fields_options_travel_with_its_value",
  "tests/test_spine.py::test_a_client_cannot_edit_or_delete_reference",
  "tests/test_spine.py::test_a_reference_section_is_internal_until_it_is_published",
  "tests/test_spine.py::test_activity_is_recorded_and_filtered_for_clients",
  "tests/test_spine.py::test_an_invisible_project_is_404_never_403",
  "tests/test_spine.py::test_approval_is_append_only_and_snapshots_the_name",
  "tests/test_spine.py::test_client_sees_only_what_is_client_visible",
  "tests/test_spine.py::test_create_makes_the_kit_instance_and_the_row_together",
  "tests/test_spine.py::test_delete_removes_the_section",
  "tests/test_spine.py::test_editing_a_reference_section_lints_for_credentials_without_blocking",
  "tests/test_spine.py::test_stages_are_concurrent_and_close_independently",
  "tests/test_spine.py::test_template_copy_is_a_copy_not_a_link",
  "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"
]