コード例 #1
0
 def _genericTest(self, commandLine, expected):
     self.assertEqual(clcache.splitCommandsFile(commandLine), expected)
コード例 #2
0
 def _genericTest(self, fileContents, expectedOutput):
     splitted = clcache.splitCommandsFile(fileContents)
     self.assertEqual(splitted, expectedOutput)
コード例 #3
0
ファイル: tests.py プロジェクト: timblechmann/clcache
 def _genericTest(self, fileContents, expectedOutput):
     splitted = clcache.splitCommandsFile(fileContents)
     self.assertEqual(splitted, expectedOutput)
コード例 #4
0
ファイル: unittests.py プロジェクト: inorton/clcache
 def _genericTest(self, commandLine, expected):
     self.assertEqual(clcache.splitCommandsFile(commandLine), expected)