update case

This commit is contained in:
wenzhouwww@live.cn 2022-04-27 14:34:11 +08:00
parent a6f95e9d1b
commit edb347fcae
4 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from util.cases import *
class TDTestCase:
updatecfgDict = {'debugFlag': 143}
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")
tdSql.init(conn.cursor())

View File

@ -9,6 +9,7 @@ from util.sql import *
from util.cases import *
class TDTestCase:
updatecfgDict = {'debugFlag': 143}
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")

View File

@ -9,6 +9,7 @@ from util.sql import *
from util.cases import *
class TDTestCase:
updatecfgDict = {'debugFlag': 143}
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")

View File

@ -8,6 +8,7 @@ from util.sql import *
from util.cases import *
class TDTestCase:
updatecfgDict = {'debugFlag': 143}
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")