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