add test cases

This commit is contained in:
Ganlin Zhao 2023-05-15 14:26:45 +08:00
parent 42ad07c066
commit fc30ecf4e4
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class TDTestCase:
tdSql.execute(f"INSERT INTO `t_11` VALUES ('2023-05-13 16:56:49.033', 1.80000, 100)") tdSql.execute(f"INSERT INTO `t_11` VALUES ('2023-05-13 16:56:49.033', 1.80000, 100)")
tdLog.debug("insert data ............ [OK]") tdLog.debug("insert data ............ [OK]")
return
def run(self): def run(self):
tdSql.prepare() tdSql.prepare()