def tearDown(self):
     #close DB connection
     MysqlConnector.closeConnection()
Пример #2
0
 def __init__(self):
     '''
     Constructor
     '''
     self.con = MysqlConnector.getConnection()