Ejemplo n.º 1
0
 def test_init_idempodency(self):
     inputa = getInput(0)
     init()
     inputb = getInput(0)
     self.assertIdentical(inputa, inputb)
Ejemplo n.º 2
0
 def test_init_idempodency(self):
     inputa = getInput(0)
     init()
     inputb = getInput(0)
     self.assertIdentical(inputa, inputb)
Ejemplo n.º 3
0
 def setUp(self):
     checkPypm()
     init()
Ejemplo n.º 4
0
 def setUp(self):
     checkPypm()
     init()