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