Exemple #1
0
	def testOutput(self):
		output = execute.check_output(["/bin/echo", "test321"])
		self.assertEquals(output, "test321\n")
 def testOutput(self):
     output = execute.check_output(["/bin/echo", "test321"])
     self.assertEquals(output, "test321\n")
Exemple #3
0
	def testTrue(self):
		execute.check_output(["/bin/true"])
 def testTrue(self):
     execute.check_output(["/bin/true"])