def test_find_all_job_sections(self): self.assertEqual(len(get_job_sections(self.config)), 3)
def test_find_all_job_sections(self, config): assert len(get_job_sections(config)) == 3