def setUp(self):
     self.db = MySQLdb.connect(
         host=TestCaseInformation.getHost(),
         user=TestCaseInformation.getUser(),
         passwd=TestCaseInformation.getPasswd(),
         db=TestCaseInformation.getDB(),
     )
Beispiel #2
0
 def setUp(self):
     self.db = MySQLdb.connect(host=TestCaseInformation.getHost(),
                               user=TestCaseInformation.getUser(),
                               passwd=TestCaseInformation.getPasswd(),
                               db=TestCaseInformation.getDB())