コード例 #1
0
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         with self.subTest(filepath=filepath):
             self.parse_file(filepath)
コード例 #2
0
ファイル: test_all_fixers.py プロジェクト: SavoBit/cinder-1
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         self.refactor.refactor_file(filepath)
コード例 #3
0
ファイル: test_all_fixers.py プロジェクト: 10sr/cpython
 def test_all_project_files(self):
     for filepath in support.all_project_files():
         self.refactor.refactor_file(filepath)