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