The helper function is_job_closed(title, description) has no unit tests. Add tests to verify it accurately spots 'closed' or 'no longer accepting' terminology.
We do not want to parse and upload jobs that are already expired. Testing this ensures accuracy.
test_is_job_closed() suitepre-commit run --all-files