<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="pytest" errors="0" failures="3" skipped="0" tests="679" time="52.826" timestamp="2026-08-17T00:55:20.306039+09:00" hostname="cube-B850M-AORUS-ELITE-WIFI6E-ICE"><testcase classname="tests.test_adaptive_nutrition" name="test_schedule_strategy_projection_is_pinned_and_idempotent" time="0.002" /><testcase classname="tests.test_adaptive_nutrition" name="test_dual_coach_risk_is_deterministic_and_inclusive" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_dual_coach_risk_overrides_hold_independent_of_score" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_unavailable_risk_candidate_uses_fixed_sentinels_and_dedupe" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_missing_customer_goal_observes" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_low_adherence_keeps_plan_and_investigates" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_safety_always_holds" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[0-False]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[1-True]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[28-True]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[29-False]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[84-False]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_pilot_boundaries[85-False]" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_extension_is_customer_specific" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_exact_macro_solver" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_global_nutrition_floors_ignore_customer_policy" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_planned_schedule_requires_all_seven_days" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_same_day_later_row_cannot_erase_safety" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_complete_planned_schedule_enables_carb_days" time="4.992" /><testcase classname="tests.test_adaptive_nutrition" name="test_ambiguous_planned_day_requires_human_review_without_carb_assignment" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_meal_constraints_and_allergens" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_customer_body_omits_zero_grams_for_unit_based_food" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_canonical_unicode_and_approval_replay" time="0.002" /><testcase classname="tests.test_adaptive_nutrition" name="test_adaptive_customer_initialization_is_private_disabled_and_idempotent" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_initializer_preserves_existing_legacy_catalog_for_migration" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_initializer_creates_fresh_disabled_customer_and_rejects_path_types" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_policy_lock_rejects_symlink_before_mutation" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_approved_private_artifacts_are_versioned_and_digest_pinned" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_schema_two_catalog_parses_food_compatibility_metadata" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_approved_private_artifacts_accept_valid_legacy_catalog_fallback" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_approved_private_artifacts_reject_invalid_canonical_catalog_without_legacy_fallback" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_canonical_projection_keeps_independent_flow_and_safety_union" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_canonical_projection_uses_terminal_superseding_event" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_superseded_safety_remains_a_hard_hold_and_forks_fail" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_conflicting_duplicate_canonical_event_ids_are_rejected" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_canonical_correction_cycle_is_rejected" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_adaptive_event_rows_fail_closed_on_tamper" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_replay_rejects_unknown_missing_and_impossible_transitions" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_is_owned_torn_tail_and_append_safe" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_rejects_foreign_and_generic_adaptive_paths" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_reader_waits_for_authority_transition_writer" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_rejects_symlink_and_data_inode_replacement" time="0.001"><failure message="assert b'replacement' == b'{&quot;append_se...0&quot;}\n{&quot;torn&quot;:'&#10;  &#10;  At index 0 diff: b'r' != b'{'&#10;  Use -v to get more diff">tmp_path = PosixPath('/tmp/pytest-of-cube/pytest-7707/test_overlay_recovery_rejects_1')
monkeypatch = &lt;_pytest.monkeypatch.MonkeyPatch object at 0x704ea5743e30&gt;

    def test_overlay_recovery_rejects_symlink_and_data_inode_replacement(tmp_path, monkeypatch):
        path = tmp_path / "adaptive-overlays.jsonl"
        journal = OverlayJournal(path, root=tmp_path)
        journal.append(AdaptiveOverlay("base", "proposal", "2026-07-01T00:00:00+09:00"))
        complete = path.read_bytes()
    
        outside = tmp_path / "outside.jsonl"
        outside.write_bytes(b"outside")
        path.unlink()
        path.symlink_to(outside)
        outside_before = outside.read_bytes()
        with pytest.raises(ValueError):
            journal.recover()
        assert outside.read_bytes() == outside_before
    
        path.unlink()
        path.write_bytes(complete + b'{"torn":')
        replacement = tmp_path / "replacement.jsonl"
        replacement.write_bytes(b"replacement")
    
        original_read = journal._read_overlay_rows_locked
    
        def replace_data_inode(token, *, allow_truncated_tail):
            result = original_read(token, allow_truncated_tail=allow_truncated_tail)
            os.replace(replacement, path)
            return result
    
        monkeypatch.setattr(journal, "_read_overlay_rows_locked", replace_data_inode)
        with pytest.raises(ValueError, match="unsafe|replaced"):
            journal.recover()
&gt;       assert path.read_bytes() == complete + b'{"torn":'
E       assert b'replacement' == b'{"append_se...0"}\n{"torn":'
E         
E         At index 0 diff: b'r' != b'{'
E         Use -v to get more diff

tests/test_adaptive_nutrition.py:945: AssertionError</failure></testcase><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_rejects_lock_inode_replacement_without_mutation" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_overlay_recovery_rejects_authority_lock_symlink_without_mutation" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_partial_canonical_adherence_is_contradictory_and_requires_review" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_operator_note_is_bounded_operator_only_and_digest_pinned" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_config_epoch_public_prepared_committed_round_trip" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_config_epoch_typed_inputs_fail_before_persistence" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_feature_config_digest_uses_one_canonical_preimage" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_weekly_carb_cycle_reconciles_ties_and_actual_session_precedence" time="2.519" /><testcase classname="tests.test_adaptive_nutrition" name="test_actual_as_planned_resolves_against_approved_high_load" time="2.494" /><testcase classname="tests.test_adaptive_nutrition" name="test_incomplete_actual_session_resolves_to_rest_day" time="0.011" /><testcase classname="tests.test_adaptive_nutrition" name="test_completed_actual_session_against_planned_rest_fails_closed" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_conflicting_actual_sessions_for_one_day_fail_closed" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_weekly_nutrition_plan_requires_seven_consecutive_exact_days" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_weekly_nutrition_plan_rejects_nonconsecutive_days" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_daily_nutrition_plan_rejects_inexact_meal_target" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_compile_weekly_nutrition_plan_builds_seven_exact_meals" time="2.483" /><testcase classname="tests.test_adaptive_nutrition" name="test_weekly_plan_excludes_budget_or_cooking_incompatible_food" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_one_unsolved_daily_meal_rejects_entire_week" time="2.516" /><testcase classname="tests.test_adaptive_nutrition" name="test_actual_reconciliation_freezes_parent_prefix_and_horizon" time="5.138" /><testcase classname="tests.test_adaptive_nutrition" name="test_late_actual_freezes_through_current_as_of_day" time="5.018" /><testcase classname="tests.test_adaptive_nutrition" name="test_last_day_actual_never_rewrites_nutrition" time="5.018" /><testcase classname="tests.test_adaptive_nutrition" name="test_unsolved_future_meal_rejects_reconciliation" time="4.953" /><testcase classname="tests.test_adaptive_nutrition" name="test_propose_emits_macro_redistribution_for_reconciled_cycle" time="2.523" /><testcase classname="tests.test_adaptive_nutrition" name="test_proposal_pins_and_renders_seven_daily_meal_plans" time="5.033" /><testcase classname="tests.test_adaptive_nutrition" name="test_weekly_carb_cycle_infeasible_constraints_fail_closed" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_global_upper_bounds_and_policy_infeasibility_fail_closed" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_cooldown_uses_latest_committed_calorie_overlay_only" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_explanation_validator_rejects_adversarial_or_outage_text" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_explanation_provider_outage_uses_fallback_and_pins_customer_body" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_cooldown_rejects_missing_or_invalid_evaluation_day" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_canonical_sequence_facade_is_read_only" time="0.000" /><testcase classname="tests.test_adaptive_nutrition" name="test_customer_action_continuity_is_idempotent_and_projects_canonical_outcome" time="0.002" /><testcase classname="tests.test_adaptive_nutrition" name="test_customer_action_outcome_ignores_same_day_evidence_before_approval" time="0.001" /><testcase classname="tests.test_adaptive_nutrition" name="test_prepared_customer_action_is_invisible_until_plan_approval" time="0.001" /><testcase classname="tests.test_checkin_flows" name="test_records_eligible_checkin_and_materializes_current_state" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_marks_incomplete_values_for_clarification_without_current_state_mutation" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_deduplicates_message_without_appending_a_second_event" time="0.003" /><testcase classname="tests.test_checkin_flows" name="test_records_one_event_when_32_processes_receive_the_same_message" time="0.041" /><testcase classname="tests.test_checkin_flows" name="test_correction_supersedes_previous_eligible_event" time="0.004" /><testcase classname="tests.test_checkin_flows" name="test_records_chest_pain_safety_flag_without_trend_mutation" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_ineligible_input_never_changes_trend[\uccb4\uc911 70.2 kg\n\uce7c\ub85c\ub9ac -1 kcal]" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_ineligible_input_never_changes_trend[\uccb4\uc911 70.2 kg]" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_rejects_unknown_supersedes_reference" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_rejects_self_supersedes_reference" time="0.002" /><testcase classname="tests.test_checkin_flows" name="test_rejects_cyclic_supersedes_reference" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_builds_feedback_context_from_doctrine_and_observed_baseline_only" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_retrieves_calorie_relevant_public_knowledge_for_a_final_checkin" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_conversation_context_retrieves_public_knowledge_from_the_user_question" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_missing_or_invalid_runtime_manifest_fails_closed" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_ineligible_unavailable_raw_and_title_only_rows_are_excluded" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_canonical_duplicates_collapse_to_the_best_reviewed_row" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_relevant_rows_are_deterministic_and_prefer_source_diversity" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_high_risk_topics_remain_excluded_even_when_manifest_rows_are_eligible" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_marks_missing_or_unavailable_history_instead_of_inventing_a_trend" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_curated_cluster_is_retrieved_and_attributed_in_prompt" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_curated_and_runtime_layers_fail_closed_independently" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_daily_runtime_manifest_refresh_is_visible_without_restart" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_free_text_verified_memory" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[evaluation_day-2026-02-30]" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[evaluation_day-2026-07-28T12:00:00+09:00]" time="0.001" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[evaluation_day- 2026-07-28]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[next_check_time-2026-07-28T25:00:00+09:00]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[next_check_time-2026-07-28T12:00:00]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[next_check_time-2026-07-28T12:00:00+99:00]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_invalid_iso_memory_values[next_check_time-2026-07-28  12:00:00+09:00]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_accepts_actual_iso_memory_values" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[source_cluster_ids-value0]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[source_cluster_ids-value1]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[source_cluster_ids-value2]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[source_cluster_ids-value3]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[source_cluster_ids-value4]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[excluded_risk_ids-value5]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[excluded_risk_ids-value6]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[excluded_risk_ids-value7]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_noncanonical_source_and_risk_ids[excluded_risk_ids-value8]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_requires_source_and_risk_ids[source_cluster_ids]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_requires_source_and_risk_ids[excluded_risk_ids]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_binds_cluster_to_surface[daily-daily_checkin_v1-daily-checkin]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_binds_cluster_to_surface[weekly-weekly_report_v1-weekly-summary]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_binds_cluster_to_surface[adaptive_operator-adaptive_nutrition_v1-adaptive-proposal]" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_explicit_source_surface_mismatch" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_explicit_source_playbook_mismatch" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_grounding_export_rejects_source_playbook_field" time="0.000" /><testcase classname="tests.test_coaching_grounding" name="test_dualcoach_grounding_mirror_is_byte_identical" time="0.000" /><testcase classname="tests.test_customer_admin" name="test_risk_policy_writer_uses_current_owner_and_private_artifact" time="0.007" /><testcase classname="tests.test_customer_admin" name="test_adaptive_prepare_without_extension_preserves_approved_default" time="0.006" /><testcase classname="tests.test_customer_admin" name="test_adaptive_prepare_persists_approved_extension_revision[d-plus-29]" time="0.008" /><testcase classname="tests.test_customer_admin" name="test_adaptive_prepare_persists_approved_extension_revision[d-plus-84]" time="0.008" /><testcase classname="tests.test_customer_admin" name="test_adaptive_prepare_rejects_d_plus_85_without_writing" time="0.006" /><testcase classname="tests.test_customer_admin" name="test_adaptive_policy_supersession_preserves_prior_revision_audit" time="0.015" /><testcase classname="tests.test_customer_admin" name="test_adaptive_policy_prepared_restart_recovers_and_tamper_fails_closed" time="0.011" /><testcase classname="tests.test_customer_admin" name="test_register_customer_creates_disabled_twelve_week_draft_atomically" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_register_customer_allows_multiple_disabled_drafts" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_direct_enable_is_rejected_after_plan_review" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_direct_enable_cli_is_removed" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_retry_command_is_removed_from_cli" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_ai_processing_consent_is_explicit_and_revocable" time="0.003" /><testcase classname="tests.test_customer_admin" name="test_validate_command_reports_registry_and_plan_success" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_activation_accepts_all_g1_through_g5_evidence" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_accepts_bounded_pilot_risk_acceptance" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_preserves_legacy_exact_true" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_false_without_waiver" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_non_object_waiver[None]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_non_object_waiver[not_required]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_non_object_waiver[True]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[status]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[reason]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[scope]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[approved_by]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[approved]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_missing_field[risk_acknowledged]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_extra_field" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[wrong-status]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[wrong-reason]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[wrong-scope]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[wrong-approved_by]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[None-status]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[None-reason]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[None-scope]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[None-approved_by]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[True-status]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[True-reason]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[True-scope]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_string_field[True-approved_by]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[False-approved]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[False-risk_acknowledged]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[None-approved]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[None-risk_acknowledged]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[true-approved]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[true-risk_acknowledged]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[1-approved]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_rejects_invalid_boolean_field[1-risk_acknowledged]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[missing-customer_key-another_customer]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[missing-profile_root-/wrong/profile]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[missing-data_root-/wrong/data]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[missing-registry_path-/wrong/registry.json]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[wrong-customer_key-another_customer]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[wrong-profile_root-/wrong/profile]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[wrong-data_root-/wrong/data]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_requires_all_exact_top_level_bindings[wrong-registry_path-/wrong/registry.json]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_does_not_bypass_other_checklist_gates[provider_terms_checked-invalid0]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_token_rotation_waiver_does_not_bypass_other_checklist_gates[manual_fallback_doc-False]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_allows_one_operator_to_use_distinct_role_topics" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_allows_shared_current_role_component_on_disabled_customer" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_withdraw_customer_is_one_recovered_authority_transition" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_withdraw_customer_recovers_activation_journal_and_is_idempotent" time="0.005" /><testcase classname="tests.test_customer_admin" name="test_direct_disable_remains_allowed_after_activation" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_missing_or_wrong_provider_terms_version[terms0]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_missing_or_wrong_provider_terms_version[terms1]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_missing_or_wrong_provider_terms_version[True]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_g1_data_root_escape" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_g2_missing_customer_consent" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_g4_owner_customer_identity_collision" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_g5_false_checklist_item" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_accepts_plan_start_and_day_28[plan-start]" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_accepts_plan_start_and_day_28[day-28]" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_activation_registry_restore_failure_retains_recovery_journal" time="0.005" /><testcase classname="tests.test_customer_admin" name="test_activation_audit_restore_failure_retains_recovery_journal" time="0.005" /><testcase classname="tests.test_customer_admin" name="test_activation_restart_reconciles_prepared_commit_without_rollback" time="0.006" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_outside_plan_window_without_receipt[day-before-start]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_outside_plan_window_without_receipt[day-29]" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_typed_record_commands_append_canonical_events_and_safe_receipts" time="0.008" /><testcase classname="tests.test_customer_admin" name="test_typed_record_commands_fail_closed_for_scope_values_and_periods" time="0.009" /><testcase classname="tests.test_customer_admin" name="test_operator_time_retries_are_noop_and_corrections_append_replacement" time="0.007" /><testcase classname="tests.test_customer_admin" name="test_judge_kpi_uses_only_registered_customer_plan_and_events" time="0.008" /><testcase classname="tests.test_customer_admin" name="test_judge_kpi_has_no_caller_selected_event_path_or_window" time="0.003" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_inputs_reload_and_bind_all_artifacts" time="0.011" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_update_is_append_only_and_supersedes_all_artifacts" time="0.017" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_concurrent_same_predecessor_has_one_winner" time="0.012" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_lock_rejects_symlink" time="0.000" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_inputs_fail_closed_for_missing_wrong_owner_and_tamper" time="0.014" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_canonical_catalog_and_valid_legacy_fallback" time="0.016" /><testcase classname="tests.test_customer_admin" name="test_adaptive_registration_inputs_reject_stale_activation_authority" time="0.008" /><testcase classname="tests.test_customer_admin" name="test_reapprove_registration_rebinds_only_current_activation_authority" time="0.032" /><testcase classname="tests.test_customer_admin" name="test_reapprove_registration_rejects_changed_artifact_without_appending" time="0.013" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_is_filesystem_read_only" time="0.027" /><testcase classname="tests.test_customer_admin" name="test_preflight_simple_yaml_preserves_block_scalars_and_lists" time="0.000" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_stale_schedule_claim_read_only" time="0.027" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_accepts_complete_fixture_and_bounded_receipt" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_review_space_collision_categories[customer]" time="0.020" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_review_space_collision_categories[owner_scheduled]" time="0.020" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_review_space_collision_categories[generic]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_full_review_operator_triple[missing-review-user]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_full_review_operator_triple[missing-review-chat]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_full_review_operator_triple[missing-review-topic]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_legacy_review_operator_aliases" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_non_distinct_operator_customer_owner_identities" time="0.018" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_same_main_and_separate_test_bot" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_stale_kst_plan_window" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_public_profile_mode" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_customer_root_symlink" time="0.018" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[missing-artifact]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[stale-artifact]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[missing-activation]" time="0.019" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[stale-activation]" time="0.020" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[missing-reconciliation]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_missing_or_stale_evidence[stale-reconciliation]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_profile_feature_flags[analytics_shadow]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_profile_feature_flags[operator_candidates]" time="0.046" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_profile_feature_flags[activation]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_profile_feature_flags[delivery]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_delivery_config" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_feature_epoch_flag[analytics_shadow]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_feature_epoch_flag[operator_candidates]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_feature_epoch_flag[activation]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_gate_d_preflight_rejects_enabled_feature_epoch_flag[delivery]" time="0.023" /><testcase classname="tests.test_customer_admin" name="test_activation_writes_digest_pinned_nutrition_v2_receipt" time="0.004" /><testcase classname="tests.test_customer_admin" name="test_committed_v1_migration_remains_valid_without_readiness_artifacts" time="0.005" /><testcase classname="tests.test_customer_admin" name="test_disabled_only_registry_needs_no_activation_journal" time="0.001" /><testcase classname="tests.test_customer_admin" name="test_current_onboarding_authority_rejects_revoked_registry_consent" time="0.002" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_pre_enabled_adaptive_runtime_flag[activation]" time="0.003" /><testcase classname="tests.test_customer_admin" name="test_activation_rejects_pre_enabled_adaptive_runtime_flag[delivery]" time="0.003" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_lifecycle_projects_baseline_then_one_confirmed_revision" time="0.006" /><testcase classname="tests.test_customer_coaching_domain" name="test_terminal_morning_risk_holds_unavailable_policy_before_answer_parsing" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_unavailable_risk_candidate_tracks_live_strategy_and_epoch" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_terminal_morning_risk_evaluates_only_verified_policy" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_creates_disjoint_private_customer_roots" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_loads_with_no_enabled_customers" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_loads_one_enabled_customer_with_disabled_history" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_rejects_two_enabled_customers" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_rejects_duplicate_telegram_space" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_rejects_same_topic_even_when_user_ids_differ" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_rejects_owner_topic_overlap" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_rejects_symlinked_customer_root_and_registry_parent" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registry_preserves_private_longitudinal_customer_profile" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_plan_requires_exactly_twelve_ordered_weeks" time="0.000" /><testcase classname="tests.test_customer_coaching_domain" name="test_two_customers_on_same_day_write_disjoint_event_stores" time="0.006" /><testcase classname="tests.test_customer_coaching_domain" name="test_explicit_migration_pairs_a_complete_events_only_ledger" time="0.004" /><testcase classname="tests.test_customer_coaching_domain" name="test_persistence_factories_keep_registered_and_standalone_explicit" time="0.003" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_root_bypasses_reject_without_tree_mutation" time="0.005" /><testcase classname="tests.test_customer_coaching_domain" name="test_standalone_and_registered_adaptive_factories_remain_explicit" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_direct_persistence_constructors_require_their_factories" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_factories_reject_missing_or_forged_runtime_binding" time="0.001" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_wizard_finalization_writes_canonical_event_and_sequence_pair" time="0.004" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_later_clock_day_morning_correction_uses_root_risk_day" time="0.003" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_morning_replay_converges_after_session_save_fault" time="0.005" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_recovery_preserves_staged_intent_after_durable_canonical_fault[reference-append-value-error]" time="0.006" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_recovery_preserves_staged_intent_after_durable_canonical_fault[reference-projection-value-error]" time="0.004" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_recovery_preserves_staged_intent_after_durable_canonical_fault[correction-append-value-error]" time="0.006" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_recovery_preserves_staged_intent_after_durable_canonical_fault[correction-projection-value-error]" time="0.006" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_precommit_rejection_abandons_staged_intent" time="0.003" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_reconcile_rejects_same_id_with_different_normalized_canonical_event[reference]" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_schedule_reference_reconcile_rejects_same_id_with_different_normalized_canonical_event[correction]" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_admin_coordinator_and_reconcile_paths_construct_explicitly" time="0.004" /><testcase classname="tests.test_customer_coaching_domain" name="test_adaptive_registration_inputs_require_dated_matching_training_schedule" time="0.000" /><testcase classname="tests.test_customer_coaching_domain" name="test_adaptive_registration_inputs_require_explicit_dietary_lists" time="0.000" /><testcase classname="tests.test_customer_coaching_domain" name="test_reminder_review_is_durable_deduped_and_never_delivers" time="0.003" /><testcase classname="tests.test_customer_coaching_domain" name="test_reminder_review_ignores_unknown_terminal_without_delivery" time="0.002" /><testcase classname="tests.test_customer_coaching_domain" name="test_registered_daily_projection_is_approved_ordered_and_bounded" time="0.001" /><testcase classname="tests.test_customer_nutrition_wizard" name="test_nutrition_daily_persists_full_nutrition_and_recovery_snapshot" time="0.003" /><testcase classname="tests.test_customer_nutrition_wizard" name="test_completed_nutrition_day_reopens_without_duplicate_event" time="0.003" /><testcase classname="tests.test_customer_nutrition_wizard" name="test_completed_nutrition_day_can_be_corrected_with_an_append_only_event" time="0.003" /><testcase classname="tests.test_customer_nutrition_wizard" name="test_repeated_nutrition_corrections_accumulate_from_latest_snapshot" time="0.004" /><testcase classname="tests.test_customer_reporting" name="test_weekly_report_uses_only_the_selected_customer_period" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_customer_grounding_is_plan_scoped_and_system_prompt_stable" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_customer_without_ai_processing_consent_has_no_external_model_context" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_period_adherence_uses_the_target_for_each_event_week" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_unsafe_customer_snapshot_cannot_build_a_draft" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_customer_fact_operations_are_canonical_and_retry_idempotent" time="0.007" /><testcase classname="tests.test_customer_reporting" name="test_package_valid_model_event_is_appended_without_external_schema" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_kpi_judgement_uses_exact_boundaries_and_immutable_correction" time="0.010" /><testcase classname="tests.test_customer_reporting" name="test_zero_entry_operator_week_still_passes_total_boundary" time="0.008" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;0]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;1]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;2]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;3]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;4]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;5]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_pilot_events_reject_payload_sidecars[&lt;lambda&gt;6]" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_schema_v2_pilot_events_are_rejected" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_schema_v1_pilot_events_reject_payload_sidecars" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_satisfaction_iso_week_must_match_collected_on" time="0.000" /><testcase classname="tests.test_customer_reporting" name="test_operator_time_corrections_require_active_preceding_targets" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_initial_payment_period_must_match_customer_plan" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_payment_periods_accept_exact_initial_and_renewal_windows" time="0.002" /><testcase classname="tests.test_customer_reporting" name="test_payment_periods_reject_adjacent_boundaries[initial-1-27]" time="0.002" /><testcase classname="tests.test_customer_reporting" name="test_payment_periods_reject_adjacent_boundaries[initial-0-28]" time="0.002" /><testcase classname="tests.test_customer_reporting" name="test_payment_periods_reject_adjacent_boundaries[renewal-27-54]" time="0.002" /><testcase classname="tests.test_customer_reporting" name="test_payment_periods_reject_adjacent_boundaries[renewal-28-56]" time="0.001" /><testcase classname="tests.test_customer_reporting" name="test_customer_weekly_review_source_is_customer_safe_and_typed" time="0.000" /><testcase classname="tests.test_customer_schedule" name="test_late_tick_returns_only_due_customer_daily_task" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_weekly_task_runs_without_monthly_inside_pilot_window" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_missing_morning_checkin_reaches_only_the_reminder_branch_once" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_reminder_is_not_due_when_answered_or_customer_is_ineligible" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_missing_checkin_reminder_requires_pinned_approval_evidence" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_legacy_claim_producer_is_not_exported" time="0.000" /><testcase classname="tests.test_customer_schedule" name="test_legacy_claim_migrates_only_during_cutover_and_preserves_bytes" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_ready_fence_stale_legacy_claim_blocks_and_cutover_preserves_bytes" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_day_28_is_last_scheduled_day_and_day_29_is_dormant" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_monthly_task_stays_dormant_on_configured_monthly_day" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_static_reminder_is_exactly_once_and_unknown_is_never_retried" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_terminal_response_abandonment_is_no_send_and_never_replaceable" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_known_reminder_failure_requires_new_operator_approval" time="0.003" /><testcase classname="tests.test_customer_schedule" name="test_replacement_claim_crash_stays_fenced_and_never_reopens_the_old_attempt" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_review_candidate_waits_for_audited_reminder_and_no_response" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_lifecycle_is_prepared_sending_delivered_sent_audited" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_sending_transition_grants_one_provider_authority" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_timeout_unknown_is_terminal_and_never_retried" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_receipt_reconciliation_never_invokes_provider" time="0.002" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_reservation_pairs_tombstone_before_ledger" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_orphan_tombstone_recovers_terminal_unknown_without_deleting_bytes" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_tombstone_durable_before_ledger_failure_has_idempotent_recovery" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_ledger_without_tombstone_refuses_startup" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_preparing_fence_blocks_writes_until_ready" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_corrupt_or_mixed_version_ledger_fails_closed[corrupt-ledger]" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_corrupt_or_mixed_version_ledger_fails_closed[mixed-schema-version]" time="0.001" /><testcase classname="tests.test_customer_schedule" name="test_scheduled_delivery_daily_and_weekly_duplicates_are_idempotent" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_profile_authority_descriptor_excludes_unlocked_config" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_inodes_are_shared_with_typed_readers_without_mutation[wizard_draft]" time="0.004" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_inodes_are_shared_with_typed_readers_without_mutation[profile_authority]" time="0.004" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[wizard_draft]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[canonical_event_sequence]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[adaptive_journals]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[overlay]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[schedule]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_writer_lock_is_noncreating_and_nonmutating[profile_authority]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[wizard_draft-lock]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[wizard_draft-data]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[canonical_event_sequence-lock]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[canonical_event_sequence-data]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[adaptive_journals-lock]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[adaptive_journals-data]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[overlay-lock]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[overlay-data]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[schedule-lock]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[schedule-data]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[profile_authority-lock]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_symlinked_writer_lock_or_data_is_rejected_nonmutating[profile_authority-data]" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[wizard_draft]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[canonical_event_sequence]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[adaptive_journals]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[overlay]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[schedule]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_writer_lock_inode_replacement_is_snapshot_unstable_nonmutating[profile_authority]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_snapshot_is_bounded_and_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_or_symlink_lock_fails_without_creation" time="0.000" /><testcase classname="tests.test_diagnostic_evidence" name="test_typed_descriptor_rejects_unrelated_lock_and_symlink_data" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_typed_snapshot_uses_fixed_writer_domain_and_bounds_rows" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_diagnostic_source_requires_registry_derived_runtime" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_canonical_sequence_read_locked_missing_lock_is_noncreating" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_domain_lock_is_snapshot_unstable_without_creation[canonical]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_domain_lock_is_snapshot_unstable_without_creation[adaptive]" time="0.003" /><testcase classname="tests.test_diagnostic_evidence" name="test_missing_domain_lock_is_snapshot_unstable_without_creation[overlay]" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_canonical_pair_reader_waits_for_writer_and_is_nonmutating" time="0.005" /><testcase classname="tests.test_diagnostic_evidence" name="test_adaptive_journal_reader_waits_for_writer_and_is_nonmutating" time="0.006" /><testcase classname="tests.test_diagnostic_evidence" name="test_overlay_reader_waits_for_writer_and_is_nonmutating" time="0.004" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_reader_waits_for_writer_and_is_nonmutating" time="0.004" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_missing_lock_is_snapshot_unstable_without_creation" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_snapshot_success_is_bounded_and_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_snapshot_corrupt_ledger_is_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_snapshot_nonready_fence_is_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_snapshot_orphan_tombstone_is_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_schedule_snapshot_symlink_claim_is_nonmutating" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_synthetic_replay_has_no_raw_rows" time="0.002" /><testcase classname="tests.test_diagnostic_evidence" name="test_promotion_manifest_rejects_unlisted_field" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_promotion_manifest_rejects_path_traversal_and_symlink" time="0.001" /><testcase classname="tests.test_diagnostic_evidence" name="test_promotion_manifest_rejects_bad_digest_and_suffix" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_is_dormant_and_does_not_send" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_fails_closed_for_unreadable_record[missing]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_fails_closed_for_unreadable_record[symlink]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_fails_closed_for_unreadable_record[malformed]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_rejects_ancestor_symlink" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_factory_rejects_symlink_above_profile_root" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_reload_rejects_replaced_ancestor_before_reservation" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_authority_rejects_non_exact_or_mismatched_spec_without_creating_root" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_subclass_is_rejected_before_reservation" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[owner_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[registry_digest-0000000000000000000000000000000000000000000000000000000000000000]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[proposal_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[config_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[policy_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[catalog_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[meal_constraints_digest-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_profile_record_live_changes_reject_before_reservation[revoked-True]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_vector_matches_independent_raw_spec_golden" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[owner]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[test-bot]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[customer-destination]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[operator-destination]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[profile]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[provider-timeout]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[expiry]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[approved-by]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[approved-at]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_field_mutations_follow_explicit_stage_contract[supersedes]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_schema_contract_and_method_versions_are_bound[spec-schema-version]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_schema_contract_and_method_versions_are_bound[transport-schema-version]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_schema_contract_and_method_versions_are_bound[transport-contract-version]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_schema_contract_and_method_versions_are_bound[sealed-method-version]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_vector_is_invariant_to_raw_input_key_order" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_independent_digest_vector_rejects_malformed_contract_inputs" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_digest_algebra_is_deterministic_and_acyclic" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_checks_full_triple_and_generation" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_rejects_bool_and_closed_role_inputs[values0]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_rejects_bool_and_closed_role_inputs[values1]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_rejects_bool_and_closed_role_inputs[values2]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_rejects_bool_and_closed_role_inputs[values3]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_role_route_subclass_is_rejected" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[schema_version-diagnostic_isolation_spec_v2]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[owner_digest-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[max_provider_timeout_seconds-True]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[approved_at-2026-01-01T00:00:00]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[expires_at-2025-01-01T00:00:00Z]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_spec_rejects_strict_inputs_before_hash[approved_by-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_authority_rejects_forged_spec_before_filesystem_initialization" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_rejects_strict_inputs_before_hash[schema_version-diagnostic_activated_delivery_v2]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_rejects_strict_inputs_before_hash[customer_key_digest-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_rejects_strict_inputs_before_hash[revision-True]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_rejects_strict_inputs_before_hash[destination_digest-fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_activation_rejects_strict_inputs_before_hash[expires_at_kst-2099-01-01T00:00:00]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_direct_candidate_construction_is_sealed" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_direct_reserve_requires_private_host_admission_token" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_fresh_reservation_then_audited_repeat_is_duplicate" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_started_replay_terminalizes_unknown_without_provider_authority" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_restart_started_becomes_unknown_without_resend" time="0.002" /><testcase classname="tests.test_diagnostic_isolation" name="test_receipt_without_audit_is_stable_across_restart" time="0.002" /><testcase classname="tests.test_diagnostic_isolation" name="test_dedupe_conflict_fails_closed" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_tampered_or_reordered_journal_fails_closed" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_ordinary_registry_is_rejected_by_diagnostic_loader" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_diagnostic_registry_requires_marked_session_binding" time="0.000" /><testcase classname="tests.test_diagnostic_isolation" name="test_durable_detach_blocks_reconstructed_authority" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_rejects_corrupt_existing_terminal_fence[detaching]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_rejects_corrupt_existing_terminal_fence[expired]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_rejects_corrupt_existing_terminal_fence[closed]" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_rejects_symlinked_existing_terminal_fence" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_does_not_overwrite_fence_created_during_commit" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_detach_zero_write_does_not_commit_terminal_fence" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_record_terminal_without_lease_cannot_claim_provider_success_after_fence" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_cross_process_fence_before_reserve_leaves_no_post_fence_row_or_tree_debris" time="0.009" /><testcase classname="tests.test_diagnostic_isolation" name="test_cross_process_admission_lease_blocks_fence_between_reserve_and_provider" time="0.014" /><testcase classname="tests.test_diagnostic_isolation" name="test_durable_detach_symlink_replacement_keeps_reserve_and_provider_deltas_zero" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_durable_detach_regular_inode_replacement_keeps_reserve_and_provider_deltas_zero" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_durable_activation_loader_is_closed_and_pinned" time="0.001" /><testcase classname="tests.test_diagnostic_isolation" name="test_dormant_session_starts_without_delivery_lifecycle" time="0.001" /><testcase classname="tests.test_diagnostic_policy_package" name="test_source_policy_is_digest_verified_before_parsing" time="0.000" /><testcase classname="tests.test_diagnostic_policy_package" name="test_wheel_contains_exact_policy_and_installed_resource_bytes" time="1.380"><failure message="subprocess.CalledProcessError: Command '['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', '--no-deps', '--no-index', '--wheel-dir', '/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0/wheel', '/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0/source']' returned non-zero exit status 1.">tmp_path = PosixPath('/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0')

    def test_wheel_contains_exact_policy_and_installed_resource_bytes(tmp_path: Path) -&gt; None:
        raw = POLICY_PATH.read_bytes()
        assert hashlib.sha256(raw).hexdigest() == EXPECTED_POLICY_SHA256
    
&gt;       wheel = _build_wheel(tmp_path)
                ^^^^^^^^^^^^^^^^^^^^^^

tests/test_diagnostic_policy_package.py:179: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/test_diagnostic_policy_package.py:98: in _build_wheel
    subprocess.run(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

input = None, capture_output = False, timeout = None, check = True
popenargs = (['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', ...],)
kwargs = {'cwd': PosixPath('/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0/source'), 'env': {'SHELL': '/bin/ba...RTERM': 'truecolor', 'PI_CODING_AGENT': 'true', 'NVM_INC': '/home/cube/.nvm/versions/node/v24.18.1/include/node', ...}}

    def run(*popenargs,
            input=None, capture_output=False, timeout=None, check=False, **kwargs):
        """Run command with arguments and return a CompletedProcess instance.
    
        The returned instance will have attributes args, returncode, stdout and
        stderr. By default, stdout and stderr are not captured, and those attributes
        will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them,
        or pass capture_output=True to capture both.
    
        If check is True and the exit code was non-zero, it raises a
        CalledProcessError. The CalledProcessError object will have the return code
        in the returncode attribute, and output &amp; stderr attributes if those streams
        were captured.
    
        If timeout (seconds) is given and the process takes too long,
         a TimeoutExpired exception will be raised.
    
        There is an optional argument "input", allowing you to
        pass bytes or a string to the subprocess's stdin.  If you use this argument
        you may not also use the Popen constructor's "stdin" argument, as
        it will be used internally.
    
        By default, all communication is in bytes, and therefore any "input" should
        be bytes, and the stdout and stderr will be bytes. If in text mode, any
        "input" should be a string, and stdout and stderr will be strings decoded
        according to locale encoding, or by "encoding" if set. Text mode is
        triggered by setting any of text, encoding, errors or universal_newlines.
    
        The other arguments are the same as for the Popen constructor.
        """
        if input is not None:
            if kwargs.get('stdin') is not None:
                raise ValueError('stdin and input arguments may not both be used.')
            kwargs['stdin'] = PIPE
    
        if capture_output:
            if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
                raise ValueError('stdout and stderr arguments may not be used '
                                 'with capture_output.')
            kwargs['stdout'] = PIPE
            kwargs['stderr'] = PIPE
    
        with Popen(*popenargs, **kwargs) as process:
            try:
                stdout, stderr = process.communicate(input, timeout=timeout)
            except TimeoutExpired as exc:
                process.kill()
                if _mswindows:
                    # Windows accumulates the output in a single blocking
                    # read() call run on child threads, with the timeout
                    # being done in a join() on those threads.  communicate()
                    # _after_ kill() is required to collect that and add it
                    # to the exception.
                    exc.stdout, exc.stderr = process.communicate()
                else:
                    # POSIX _communicate already populated the output so
                    # far into the TimeoutExpired exception.
                    process.wait()
                raise
            except:  # Including KeyboardInterrupt, communicate handled that.
                process.kill()
                # We don't call process.wait() as .__exit__ does that for us.
                raise
            retcode = process.poll()
            if check and retcode:
&gt;               raise CalledProcessError(retcode, process.args,
                                         output=stdout, stderr=stderr)
E               subprocess.CalledProcessError: Command '['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', '--no-deps', '--no-index', '--wheel-dir', '/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0/wheel', '/tmp/pytest-of-cube/pytest-7707/test_wheel_contains_exact_poli0/source']' returned non-zero exit status 1.

/home/cube/miniconda3/lib/python3.12/subprocess.py:573: CalledProcessError</failure></testcase><testcase classname="tests.test_diagnostic_policy_package" name="test_installed_resource_loader_rejects_missing_and_mismatched_bytes" time="1.379"><failure message="subprocess.CalledProcessError: Command '['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', '--no-deps', '--no-index', '--wheel-dir', '/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0/wheel', '/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0/source']' returned non-zero exit status 1.">tmp_path = PosixPath('/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0')

    def test_installed_resource_loader_rejects_missing_and_mismatched_bytes(tmp_path: Path) -&gt; None:
&gt;       wheel = _build_wheel(tmp_path)
                ^^^^^^^^^^^^^^^^^^^^^^

tests/test_diagnostic_policy_package.py:193: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/test_diagnostic_policy_package.py:98: in _build_wheel
    subprocess.run(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

input = None, capture_output = False, timeout = None, check = True
popenargs = (['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', ...],)
kwargs = {'cwd': PosixPath('/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0/source'), 'env': {'SHELL': '/bin/ba...RTERM': 'truecolor', 'PI_CODING_AGENT': 'true', 'NVM_INC': '/home/cube/.nvm/versions/node/v24.18.1/include/node', ...}}

    def run(*popenargs,
            input=None, capture_output=False, timeout=None, check=False, **kwargs):
        """Run command with arguments and return a CompletedProcess instance.
    
        The returned instance will have attributes args, returncode, stdout and
        stderr. By default, stdout and stderr are not captured, and those attributes
        will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them,
        or pass capture_output=True to capture both.
    
        If check is True and the exit code was non-zero, it raises a
        CalledProcessError. The CalledProcessError object will have the return code
        in the returncode attribute, and output &amp; stderr attributes if those streams
        were captured.
    
        If timeout (seconds) is given and the process takes too long,
         a TimeoutExpired exception will be raised.
    
        There is an optional argument "input", allowing you to
        pass bytes or a string to the subprocess's stdin.  If you use this argument
        you may not also use the Popen constructor's "stdin" argument, as
        it will be used internally.
    
        By default, all communication is in bytes, and therefore any "input" should
        be bytes, and the stdout and stderr will be bytes. If in text mode, any
        "input" should be a string, and stdout and stderr will be strings decoded
        according to locale encoding, or by "encoding" if set. Text mode is
        triggered by setting any of text, encoding, errors or universal_newlines.
    
        The other arguments are the same as for the Popen constructor.
        """
        if input is not None:
            if kwargs.get('stdin') is not None:
                raise ValueError('stdin and input arguments may not both be used.')
            kwargs['stdin'] = PIPE
    
        if capture_output:
            if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
                raise ValueError('stdout and stderr arguments may not be used '
                                 'with capture_output.')
            kwargs['stdout'] = PIPE
            kwargs['stderr'] = PIPE
    
        with Popen(*popenargs, **kwargs) as process:
            try:
                stdout, stderr = process.communicate(input, timeout=timeout)
            except TimeoutExpired as exc:
                process.kill()
                if _mswindows:
                    # Windows accumulates the output in a single blocking
                    # read() call run on child threads, with the timeout
                    # being done in a join() on those threads.  communicate()
                    # _after_ kill() is required to collect that and add it
                    # to the exception.
                    exc.stdout, exc.stderr = process.communicate()
                else:
                    # POSIX _communicate already populated the output so
                    # far into the TimeoutExpired exception.
                    process.wait()
                raise
            except:  # Including KeyboardInterrupt, communicate handled that.
                process.kill()
                # We don't call process.wait() as .__exit__ does that for us.
                raise
            retcode = process.poll()
            if check and retcode:
&gt;               raise CalledProcessError(retcode, process.args,
                                         output=stdout, stderr=stderr)
E               subprocess.CalledProcessError: Command '['/home/cube/miniconda3/bin/python', '-m', 'pip', 'wheel', '--no-build-isolation', '--no-cache-dir', '--no-deps', '--no-index', '--wheel-dir', '/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0/wheel', '/tmp/pytest-of-cube/pytest-7707/test_installed_resource_loader0/source']' returned non-zero exit status 1.

/home/cube/miniconda3/lib/python3.12/subprocess.py:573: CalledProcessError</failure></testcase><testcase classname="tests.test_diagnostic_policy_package" name="test_source_loader_does_not_accept_a_digest_mismatch[wrong-schema]" time="0.000" /><testcase classname="tests.test_diagnostic_policy_package" name="test_source_loader_does_not_accept_a_digest_mismatch[malformed-json]" time="0.000" /><testcase classname="tests.test_event_contract" name="test_pilot_typed_safety_reasons_pass_for_customer" time="0.000" /><testcase classname="tests.test_event_contract" name="test_pilot_signal_only_unsafe_or_held_events_are_rejected[customer-unsafe]" time="0.000" /><testcase classname="tests.test_event_contract" name="test_pilot_signal_only_unsafe_or_held_events_are_rejected[customer-held]" time="0.000" /><testcase classname="tests.test_event_contract" name="test_pre_pilot_signal_only_safety_remains_compatible" time="0.000" /><testcase classname="tests.test_event_contract" name="test_every_emitted_event_conforms_to_the_canonical_contract" time="0.007" /><testcase classname="tests.test_event_contract" name="test_package_valid_event_is_appended_without_external_schema" time="0.001" /><testcase classname="tests.test_event_contract" name="test_malformed_occurred_at_kst_is_rejected_by_canonical_schema" time="0.000" /><testcase classname="tests.test_event_contract" name="test_non_kst_offsets_are_rejected_by_canonical_schema[occurred_at_kst]" time="0.000" /><testcase classname="tests.test_event_contract" name="test_non_kst_offsets_are_rejected_by_canonical_schema[recorded_at_kst]" time="0.000" /><testcase classname="tests.test_event_contract" name="test_pre_pilot_events_preserve_legacy_payload_sidecars" time="0.000" /><testcase classname="tests.test_event_contract" name="test_safety_reason_normalizes_del_character" time="0.000" /><testcase classname="tests.test_event_contract" name="test_schedule_reference_requires_dual_confirmation_and_exact_confirmation_pin" time="0.000" /><testcase classname="tests.test_history_baseline" name="test_extracts_only_observed_d21_through_d123_without_inventing_d1_to_d20" time="0.005" /><testcase classname="tests.test_history_baseline" name="test_derives_only_deterministic_metrics_and_canonical_status_tokens" time="0.005" /><testcase classname="tests.test_history_baseline" name="test_leaves_ambiguous_ranges_and_unrecorded_fields_missing" time="0.005" /><testcase classname="tests.test_history_baseline" name="test_reports_duplicate_day_anchors_without_silently_merging_conflicts" time="0.005" /><testcase classname="tests.test_history_baseline" name="test_serialized_baseline_never_contains_free_text_checkin_content" time="0.005" /><testcase classname="tests.test_history_imports" name="test_imports_one_history_event_when_32_processes_import_the_same_anchor" time="0.046" /><testcase classname="tests.test_history_imports" name="test_imports_one_dated_baseline_per_observed_day_when_32_processes_run" time="0.387" /><testcase classname="tests.test_history_imports" name="test_imports_only_hashed_provenance_for_history" time="0.003" /><testcase classname="tests.test_history_imports" name="test_import_baseline_command_creates_dated_history_view" time="0.012" /><testcase classname="tests.test_history_imports" name="test_schema2_history_writer_preserves_schema1_rows_and_projects_by_source_day" time="0.000" /><testcase classname="tests.test_history_imports" name="test_schedule_events_validate_against_the_canonical_schema" time="0.000" /><testcase classname="tests.test_history_imports" name="test_schema2_baseline_events_include_typed_source_day_manifest" time="0.006" /><testcase classname="tests.test_nutrition_onboarding" name="test_service_contract_is_present" time="0.000" /><testcase classname="tests.test_nutrition_onboarding" name="test_start_rejects_symlinked_profile_data_ancestor" time="0.000" /><testcase classname="tests.test_nutrition_onboarding" name="test_start_rejects_symlinked_profile_root" time="0.000" /><testcase classname="tests.test_nutrition_onboarding" name="test_start_rejects_profile_data_swapped_to_symlink_after_construction" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_start_requires_current_privacy_consent_and_disabled_target" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_service_rejects_mutation_without_current_registry_authority" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_customer_answers_require_exact_route_and_question_order" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_restart_preserves_answer_cursor_without_exposing_values" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_attestation_goes_directly_to_owner_review" time="0.003" /><testcase classname="tests.test_nutrition_onboarding" name="test_reconciliation_answers_are_authorized_and_copy_only" time="0.003" /><testcase classname="tests.test_nutrition_onboarding" name="test_reconciliation_revision_is_digest_bound_and_customer_authorized" time="0.003" /><testcase classname="tests.test_nutrition_onboarding" name="test_redacted_status_document_contains_no_answer_values" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_safety_hold_requires_scoped_owner_clinical_clearance" time="0.003" /><testcase classname="tests.test_nutrition_onboarding" name="test_cancel_purges_answers_and_leaves_redacted_tombstone" time="0.001" /><testcase classname="tests.test_nutrition_onboarding" name="test_owner_finalization_writes_ready_artifacts_and_disabled_projection" time="0.008" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_adaptive_adapter_contract_is_present" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_artifact_maps_to_existing_customer_policy" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[calorie_step-50-100]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[cooldown_days-6-7]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[calorie_floor-1499-1500]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[calorie_ceiling-4501-4500]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[minimum_current_samples-3-current]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[minimum_total_samples-9-total]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_incompatible_policy_is_rejected[minimum_adherent_days-4-adherent]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_safety_hold_requires_human_review" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides0-schema]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides1-version]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides2-approved]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides3-goal]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides4-100]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides5-maximum]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides6-rate]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides7-threshold]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides8-escalation]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_production_adapter_rejects_untrusted_policy_values[overrides9-safety stop]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_adapter_is_pure_and_does_not_enable_runtime_flags" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_adaptive" name="test_approved_loader_dispatches_promoted_onboarding_policy" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_projection_contract_is_present" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_projection_changes_only_target_nutrition_fields" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_projection_rejects_enabled_target" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_projection_rejects_unknown_target" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_projection_does_not_mutate_input" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_activation_v2_receipt_pins_readiness_bundle_and_projection" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_admin" name="test_legacy_manifest_is_bounded_to_exact_existing_customer" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_mifflin_st_jeor_golden_vectors_and_decline_path" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_activity_factors_are_pinned_decimal_constants" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_maintain_plan_matches_the_independent_golden_vector" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_every_week_reconciles_calories_exactly_with_existing_solver_semantics" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_plan_and_week_schemas_are_frozen_and_forbid_extra_fields" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_plan_requires_exactly_twelve_sequential_rows" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[calories_kcal-1499]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[calories_kcal-4501]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[protein_g-119]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[protein_g-251]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[fat_g-39]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[fat_g-151]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_targets_enforce_global_calorie_and_macro_bounds[carbohydrate_g--1]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_target_accepts_closed_global_boundaries_when_reconciled" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_week_target_rejects_non_reconciling_macro_rows" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_unsafe_loss_and_gain_trajectories_are_rejected[unsafe-loss]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_unsafe_loss_and_gain_trajectories_are_rejected[unsafe-gain]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_declined_equation_basis_does_not_guess_a_plan" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_calculations" name="test_calculation_output_contains_targets_not_food_recommendations" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_cli" name="test_missing_status_is_concise_without_traceback" time="0.448" /><testcase classname="tests.test_nutrition_onboarding_cli" name="test_seed_kb_requires_explicit_commit" time="0.003" /><testcase classname="tests.test_nutrition_onboarding_cli" name="test_legacy_migration_requires_exact_receipt_confirmation" time="0.003" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_workflow_enums_are_closed_string_contracts" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_every_public_schema_is_frozen_and_forbids_extra_fields" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_decimal_fields_serialize_as_canonical_decimal_strings" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_adult_age_uses_a_supplied_date_and_raw_dob_is_discarded" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_minor_and_implausible_adult_ages_are_rejected" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_raw_dob_cannot_be_reintroduced_into_the_canonical_schema" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_none_is_explicit_and_not_an_empty_or_ambiguous_answer" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_items_trim_nfc_normalize_and_deduplicate_in_order" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_item_text_bounds_are_enforced[]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_item_text_bounds_are_enforced[   ]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_item_text_bounds_are_enforced[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_structured_item_count_bound_is_enforced_after_normalization" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_anthropometric_and_goal_bounds_are_closed" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_models" name="test_unknown_enum_values_are_rejected_instead_of_coerced" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_contract_present_or_missing" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_initialize_creates_private_0700_0600_layout" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_initialize_creates_every_profile_customer_ancestor_0700_under_umask_0002" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_initialize_rejects_root_symlink" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_initialize_rejects_state_symlink" time="0.000" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_generation_cas_has_one_winner" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_prepared_transitions_to_committed" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_provider_unknown_becomes_uncertain_with_no_retry" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_restart_reuses_existing_session_state" time="0.001" /><testcase classname="tests.test_nutrition_onboarding_store" name="test_purge_transient_removes_stale_artifacts" time="0.000" /><testcase classname="tests.test_nutrition_readiness" name="test_existing_audit_contract_exposes_readiness_reason_codes" time="0.000" /><testcase classname="tests.test_nutrition_readiness" name="test_activation_fails_closed_without_nutrition_readiness_evidence" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_complete_readiness_allows_canonical_activation" time="0.004" /><testcase classname="tests.test_nutrition_readiness" name="test_readiness_projection_is_redacted" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_readiness_cli_blocks_without_personal_values" time="0.437" /><testcase classname="tests.test_nutrition_readiness" name="test_readiness_cli_passes_complete_evidence" time="0.442" /><testcase classname="tests.test_nutrition_readiness" name="test_missing_restriction_reconciliation_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_unsafe_goal_trajectory_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_empty_global_restriction_coverage_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_uncited_restriction_rule_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_implausible_baseline_measurement_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_week_without_calorie_macro_targets_blocks_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_invalid_adjustment_bounds_block_readiness" time="0.002" /><testcase classname="tests.test_nutrition_readiness" name="test_committed_activation_rejects_stale_readiness" time="0.005" /><testcase classname="tests.test_nutrition_readiness" name="test_readiness_rejects_hardlinked_receipt" time="0.002" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_restriction_kb_contract_and_unapproved_template_exist" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_every_rule_cites_an_existing_source" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_medication_condition_and_safety_rules_only_require_human_review" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_unknown_terms_remain_unresolved" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_template_expiry_cannot_exceed_one_year" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_customer_data_fields_are_rejected_from_global_kb" time="0.000" /><testcase classname="tests.test_nutrition_restriction_kb" name="test_seed_dry_run_does_not_write_and_commit_is_private" time="0.001" /><testcase classname="tests.test_operator_console" name="test_restart_reconstructs_approval_and_sent_state_from_draft_payload" time="0.001" /><testcase classname="tests.test_operator_console" name="test_corrupt_lifecycle_evidence_fails_closed_and_cannot_send" time="0.001" /><testcase classname="tests.test_operator_console" name="test_missing_and_wrong_token_are_rejected" time="0.504" /><testcase classname="tests.test_operator_console" name="test_authenticated_root_renders_evidence_and_lifecycle_controls" time="0.502" /><testcase classname="tests.test_operator_console" name="test_console_csp_allows_inline_same_origin_fetch_only" time="0.502" /><testcase classname="tests.test_operator_console" name="test_http_edit_json_body_rejects_text_over_canonical_bound" time="0.502" /><testcase classname="tests.test_operator_console" name="test_root_escapes_rendered_evidence" time="0.502" /><testcase classname="tests.test_operator_console" name="test_non_loopback_bind_is_rejected" time="0.001" /><testcase classname="tests.test_operator_console" name="test_http_approve_then_send_order_uses_canonical_events" time="0.504" /><testcase classname="tests.test_operator_console" name="test_console_edit_uses_telegram_utf16_limit_before_callback[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-True]" time="0.001" /><testcase classname="tests.test_operator_console" name="test_console_edit_uses_telegram_utf16_limit_before_callback[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-False]" time="0.000" /><testcase classname="tests.test_operator_console" name="test_console_edit_uses_telegram_utf16_limit_before_callback[\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600-True]" time="0.000" /><testcase classname="tests.test_operator_console" name="test_console_edit_uses_telegram_utf16_limit_before_callback[\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600\U0001f600a-False]" time="0.000" /><testcase classname="tests.test_owner_v1_contract" name="test_owner_v1_api_has_only_owner_and_customer_authority" time="0.000" /><testcase classname="tests.test_owner_v1_contract" name="test_attestation_goes_directly_to_owner_and_all_owner_decisions" time="0.005" /><testcase classname="tests.test_owner_v1_contract" name="test_owner_approve_needs_no_owner_receipt" time="0.004" /><testcase classname="tests.test_owner_v1_migration" name="test_removed_migration_module_is_not_importable" time="0.000" /><testcase classname="tests.test_owner_v1_migration" name="test_legacy_baseline_schema_is_rejected" time="0.000" /><testcase classname="tests.test_wizard_domain" name="test_deterministic_branch_fixtures_use_canonical_customer_state" time="0.000" /><testcase classname="tests.test_wizard_domain" name="test_missed_workout_reaches_bounded_performance_followups" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_wizard_direct_constructor_requires_explicit_standalone_factory" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_morning_final_event_only_exists_after_explicit_save" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_session_rejects_foreign_topic_stale_and_duplicate_actions" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_invalid_bodyweight_cannot_advance[0]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_invalid_bodyweight_cannot_advance[700]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_invalid_bodyweight_cannot_advance[7O]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_invalid_calories_cannot_advance[-1]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_invalid_calories_cannot_advance[30001]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_invalid_calories_cannot_advance[24OO]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_restart_resumes_same_day_draft_at_exact_next_step" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_completed_morning_day_reopens_review_without_second_event" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_concurrent_same_day_starts_share_one_morning_draft" time="0.015" /><testcase classname="tests.test_wizard_domain" name="test_explicit_same_day_correction_supersedes_completed_morning" time="0.004" /><testcase classname="tests.test_wizard_domain" name="test_correction_start_creates_one_open_draft_per_predecessor" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_repeated_same_day_corrections_chain_from_latest_event" time="0.006" /><testcase classname="tests.test_wizard_domain" name="test_calendar_invalid_kst_day_is_rejected_at_start_boundary[2026-02-30]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_calendar_invalid_kst_day_is_rejected_at_start_boundary[2026-13-01]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_calendar_invalid_kst_day_is_rejected_at_start_boundary[2026/07/20]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_oversized_sensitive_text_is_rejected_before_model_finalization[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-training_plan]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_oversized_sensitive_text_is_rejected_before_model_finalization[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-optional_note]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_oversized_sensitive_text_is_rejected_before_model_finalization[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-pain]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_oversized_workout_training_text_is_rejected_before_finalization" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_urgent_pain_requires_acknowledgement_and_never_enters_trends" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_urgent_nutrition_free_text_is_held_before_finalization" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_urgent_nutrition_text_stops_before_numeric_parsing" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_urgent_nutrition_text_stops_from_summary" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_workout_record_is_final_without_bodyweight_or_calories" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_final_wizard_events_conform_to_versioned_contract" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_sleep_followups_are_answered_before_morning_summary" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_condition_followups_are_answered_before_morning_summary" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_performance_followups_are_answered_before_workout_summary" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_safety_reason_retrieval_and_referral_guidance_are_bounded" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S1-C]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S2-C]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S3-C]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S4-C]" time="0.001" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S5-C]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_ac21_all_customer_safety_fixtures_hold_and_send_nothing[SF-S6-C]" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_morning_captures_six_source_facts" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_owner_schedule_reference_is_dual_confirmed_source_fact" time="0.002" /><testcase classname="tests.test_wizard_domain" name="test_nutrition_progress_defer_resume_and_optional_skip" time="0.003" /><testcase classname="tests.test_wizard_domain" name="test_previous_invalidates_dynamic_followups_and_stale_version" time="0.002" /></testsuite></testsuites>