Exemplo n.º 1
0
 def setUp(self):
     self.db = MySQLdb.connect(
         host=TestCaseInformation.getHost(),
         user=TestCaseInformation.getUser(),
         passwd=TestCaseInformation.getPasswd(),
         db=TestCaseInformation.getDB(),
     )
Exemplo n.º 2
0
 def setUp(self):
     self.db = MySQLdb.connect(host=TestCaseInformation.getHost(),
                               user=TestCaseInformation.getUser(),
                               passwd=TestCaseInformation.getPasswd(),
                               db=TestCaseInformation.getDB())