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