tests/gateway/test_api_server_jobs.py::TestListJobs::test_list_jobs tests/gateway/test_api_server_jobs.py::TestListJobs::test_list_jobs_include_disabled tests/gateway/test_api_server_jobs.py::TestListJobs::test_list_jobs_default_excludes_disabled tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job_missing_name tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job_name_too_long tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job_prompt_too_long tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job_invalid_repeat tests/gateway/test_api_server_jobs.py::TestCreateJob::test_create_job_missing_schedule tests/gateway/test_api_server_jobs.py::TestGetJob::test_get_job tests/gateway/test_api_server_jobs.py::TestGetJob::test_get_job_not_found tests/gateway/test_api_server_jobs.py::TestGetJob::test_get_job_invalid_id tests/gateway/test_api_server_jobs.py::TestGetJob::test_invalid_job_id_logs_source_context tests/gateway/test_api_server_jobs.py::TestUpdateJob::test_update_job tests/gateway/test_api_server_jobs.py::TestUpdateJob::test_update_job_rejects_unknown_fields tests/gateway/test_api_server_jobs.py::TestUpdateJob::test_update_job_no_valid_fields tests/gateway/test_api_server_jobs.py::TestDeleteJob::test_delete_job tests/gateway/test_api_server_jobs.py::TestDeleteJob::test_delete_job_not_found tests/gateway/test_api_server_jobs.py::TestPauseJob::test_pause_job tests/gateway/test_api_server_jobs.py::TestResumeJob::test_resume_job tests/gateway/test_api_server_jobs.py::TestRunJob::test_run_job tests/gateway/test_api_server_jobs.py::TestAuthRequired::test_auth_required_list_jobs tests/gateway/test_api_server_jobs.py::TestAuthRequired::test_auth_required_create_job tests/gateway/test_api_server_jobs.py::TestAuthRequired::test_auth_required_get_job tests/gateway/test_api_server_jobs.py::TestAuthRequired::test_auth_required_delete_job tests/gateway/test_api_server_jobs.py::TestAuthRequired::test_auth_passes_with_valid_key tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_list tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_pause_handler_no_self_binding tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_list_handler_no_self_binding tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_update_handler_no_self_binding tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_create tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_get tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_delete tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_pause tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_resume tests/gateway/test_api_server_jobs.py::TestCronUnavailable::test_cron_unavailable_run tests/gateway/test_api_server_jobs.py::TestCronPromptScanParity::test_create_job_rejects_malicious_prompt tests/gateway/test_api_server_jobs.py::TestCronPromptScanParity::test_create_job_allows_benign_prompt tests/gateway/test_api_server_jobs.py::TestCronPromptScanParity::test_update_job_rejects_malicious_prompt tests/gateway/test_api_server_jobs.py::TestCronPromptScanParity::test_update_job_allows_benign_prompt