plexus.reports.test_programmatic_report_tasks module

plexus.reports.test_programmatic_report_tasks.test_generate_report_core_stops_before_work_when_task_cancelled(mock_task_get_by_id, mock_load_report_configuration)
plexus.reports.test_programmatic_report_tasks.test_run_block_cached_background_dedupes_inflight_task(mock_find_matching_task, mock_check_db_cache)
plexus.reports.test_programmatic_report_tasks.test_run_block_cached_background_queues_durable_task(mock_create_task, mock_find_matching_task, mock_check_db_cache)
plexus.reports.test_programmatic_report_tasks.test_run_block_cached_foreground_waits_for_existing_task(mock_check_db_cache, mock_find_matching_task, mock_wait_for_task, mock_run_and_persist)
plexus.reports.test_programmatic_report_tasks.test_run_programmatic_block_and_persist_uses_concise_failure_message(mock_instantiate_and_run_block, mock_persist_block_result)
plexus.reports.test_programmatic_report_tasks.test_wait_for_programmatic_task_result_surfaces_failure(mock_find_report_by_task_id, mock_task_get_by_id, _mock_sleep, _mock_monotonic)
plexus.reports.test_programmatic_report_tasks.test_wait_for_programmatic_task_result_surfaces_persisted_report_failure(mock_load_programmatic_report_result, mock_find_report_by_task_id, mock_task_get_by_id, _mock_monotonic)