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