4 tests in pytest tests/ fail permanently because the jobserve pipeline is disabled and its DB is empty. These are not regressions — do not investigate unless the failure count increases or character changes.
test_fastapi_jobs_csv_success — expects score column in CSV; gets status,count\nok,0\n (empty DB)
test_wsgi_jobs_csv_ok — expects score,reference,job_title,... header; gets empty-result format
test_get_jobs_output_xml — expects <jobs> element; gets <jobs /> (self-closing for empty list)
test_get_jobs_output_xml_includes_score_reason — same root cause as above
All 5 DL email parsing tests pass. Total expected: 4 failed, 46 passed.