Example #1
0
 def tearDown(self):
     SetConnections.CloseConnections()
Example #2
0
 def setUp(self):
     """Must start two servers for this"""
     self.conna = SetConnections._init_connection(
         "%s testing/server.py %s" % (sys.executable, SourceDir))
     self.connb = SetConnections._init_connection(
         "%s testing/server.py %s" % (sys.executable, SourceDir))