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