def test_all_project_files(self): for filepath in support.all_project_files(): with self.subTest(filepath=filepath): self.parse_file(filepath)
def test_all_project_files(self): for filepath in support.all_project_files(): self.refactor.refactor_file(filepath)