{
  "tests/test_dispatch.py::TestTeamBotMapping::test_dev1_team_maps_to_dev1": true,
  "tests/test_dispatch.py::TestTeamBotMapping::test_dev2_team_maps_to_dev2": true,
  "tests/test_dispatch.py::TestTeamBotMapping::test_dev3_team_maps_to_dev3": true,
  "tests/test_dispatch.py::TestTeamBotMapping::test_team_bot_contains_all_dev_teams": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_first_id_is_task_1": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_second_id_increments": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_ids_are_unique": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_id_written_to_timer_file": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_reserved_status_in_timer_file": true,
  "tests/test_dispatch.py::TestGenerateTaskId::test_existing_timer_file_increments_correctly": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev1_team_contains_leader_name": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev1_team_contains_members": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev2_team_contains_leader_name": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev2_team_contains_members": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev3_team_contains_leader_name": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_dev3_team_contains_team_id_in_prompt": true,
  "tests/test_dispatch.py::TestBuildPrompt::test_prompt_contains_task_id": true,
  "tests/test_dispatch.py::TestGetDispatchTime::test_returns_string": true,
  "tests/test_dispatch.py::TestGetDispatchTime::test_returns_parseable_datetime": true,
  "tests/test_dispatch.py::TestGetDispatchTime::test_returns_future_time": true,
  "tests/test_dispatch.py::TestGetDispatchTime::test_default_delay": true,
  "tests/test_dispatch.py::TestOrganizationConstants::test_team_info_has_all_teams": true,
  "tests/test_dispatch.py::TestOrganizationConstants::test_each_team_info_has_required_keys": true,
  "tests/test_dispatch.py::TestOrganizationConstants::test_cross_functional_has_expected_roles": true,
  "tests/test_dispatch.py::TestOrganizationConstants::test_cross_functional_each_has_name_and_role": true,
  "tests/test_dispatch.py::TestInvalidTeamId::test_invalid_team_causes_sys_exit": true,
  "tests/test_dispatch.py::TestInvalidTeamId::test_team_info_does_not_contain_invalid_key": true,
  "tests/test_dispatch.py::TestInvalidTeamId::test_empty_team_id_causes_sys_exit": true,
  "tests/test_dispatch.py::TestGenerateTaskIdErrorHandling::test_corrupted_json_raises_runtime_error": true,
  "tests/test_dispatch.py::TestGenerateTaskIdErrorHandling::test_unparseable_task_id_skipped": true,
  "tests/test_dispatch.py::TestGenerateTaskIdErrorHandling::test_timer_file_reread_failure": true,
  "tests/test_dispatch.py::TestGenerateTaskIdErrorHandling::test_timer_data_without_tasks_key": true,
  "tests/test_dispatch.py::TestGenerateTaskIdErrorHandling::test_write_failure_still_returns_id": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_success": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_failure": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_nonexistent_project": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_no_bot_key": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_bot_key_none_exits": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_json_decode_error_in_stdout": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_creates_task_file": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_existing_project": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_returns_lead_name": true,
  "tests/test_dispatch.py::TestDispatchFunction::test_dispatch_level_propagated": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_dispatches_and_prints_json": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_with_level_critical": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_with_session_and_project": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_dev3_team": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_marketing_team": true,
  "tests/test_dispatch.py::TestMainCLI::test_main_consulting_team": true,
  "tests/test_dispatch.py::TestSubprocessTimeout::test_dispatch_cokacdir_timeout": true,
  "tests/test_dispatch.py::TestSubprocessTimeout::test_dispatch_cokacdir_timeout_calls_cleanup": true,
  "tests/test_dispatch.py::TestDispatchForceCLI::test_main_with_force_flag_passes_force_true": true,
  "tests/test_dispatch.py::TestDispatchForceCLI::test_main_without_force_flag_passes_force_false": true,
  "tests/test_dispatch.py::TestCounterBasedTaskId::test_corrupted_counter_falls_back_to_timers": true,
  "tests/test_dispatch.py::TestCounterBasedTaskId::test_missing_counter_falls_back_to_timers": true,
  "tests/test_dispatch.py::TestCounterBasedTaskId::test_counter_outlier_1000_over_timers_corrected": true,
  "tests/test_dispatch.py::TestOutlierFiltering::test_large_gap_ids_filtered": true,
  "tests/test_dispatch.py::TestOutlierFiltering::test_no_outliers_normal_behavior": true,
  "tests/test_dispatch.py::TestOutlierFiltering::test_gap_threshold_is_1000": true,
  "tests/test_dispatch.py::TestOutlierFiltering::test_gap_exactly_1000_is_outlier": true,
  "tests/test_dispatch.py::TestCounterFileEdgeCases::test_empty_counter_file_falls_back": true,
  "tests/test_dispatch.py::TestTaskIdFormatValidation::test_valid_simple_format": true,
  "tests/test_dispatch.py::TestTaskIdFormatValidation::test_invalid_format_emits_warning": true,
  "tests/test_dispatch.py::TestImageQcGateBlock::test_image_keyword_with_skip_qc_gate_passes": true,
  "tests/test_dispatch.py::TestImageQcGateBlock::test_image_keyword_with_workflow_passes": true,
  "tests/test_dispatch.py::TestImageQcGateBlock::test_no_image_keyword_without_workflow_passes": true
}