Exemplo n.º 1
0
 def setUp(self):
     """
     The setUp method is called before running any test. It is used
     to set the general conditions for the tests to run correctly.
     """
     CadnanoGuiTestCase.setUp(self)
     self.prng = random.Random(seed)
Exemplo n.º 2
0
 def setUp(self):
     """
     The setUp method is called before running any test. It is used
     to set the general conditions for the tests to run correctly.
     """
     CadnanoGuiTestCase.setUp(self)
     self.prng = random.Random(seed)