Exemple #1
0
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         with self.subTest(filepath=filepath):
             self.parse_file(filepath)
Exemple #2
0
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         self.refactor.refactor_file(filepath)
Exemple #3
0
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         self.refactor.refactor_file(filepath)