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