コード例 #1
0
ファイル: unittests.py プロジェクト: Rebelofold/cadnano2.5
 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)
コード例 #2
0
ファイル: unittests.py プロジェクト: douglaslab/cadnano2
 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)
コード例 #3
0
ファイル: functionaltests.py プロジェクト: divita/cadnano2
 def tearDown(self):
     """
     The tearDown method is called at the end of running each test,
     generally used to clean up any objects created in setUp
     """
     CadnanoGuiTestCase.tearDown(self)
コード例 #4
0
 def tearDown(self):
     """
     The tearDown method is called at the end of running each test,
     generally used to clean up any objects created in setUp
     """
     CadnanoGuiTestCase.tearDown(self)