[TD-4423]<test>: add test case

This commit is contained in:
Ping Xiao 2021-05-29 18:52:56 +08:00
parent 58c6a90134
commit 458405cc63
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ class TDTestCase:
tdSql.checkData(1, 1, '涛思数据')
tdSql.error("insert into tb values (now, 'taosdata001')")
tdSql.error("insert into tb(now, 😀)")
tdSql.query("select * from tb")
tdSql.checkRows(2)
def stop(self):
tdSql.close()