Beispiel #1
0
 def _genericTest(self, commandLine, expected):
     self.assertEqual(clcache.splitCommandsFile(commandLine), expected)
Beispiel #2
0
 def _genericTest(self, fileContents, expectedOutput):
     splitted = clcache.splitCommandsFile(fileContents)
     self.assertEqual(splitted, expectedOutput)
Beispiel #3
0
 def _genericTest(self, fileContents, expectedOutput):
     splitted = clcache.splitCommandsFile(fileContents)
     self.assertEqual(splitted, expectedOutput)
Beispiel #4
0
 def _genericTest(self, commandLine, expected):
     self.assertEqual(clcache.splitCommandsFile(commandLine), expected)