[TD-4423]<test>: add test case
This commit is contained in:
parent
58c6a90134
commit
458405cc63
|
@ -37,6 +37,10 @@ class TDTestCase:
|
|||
|
||||
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()
|
||||
tdLog.success("%s successfully executed" % __file__)
|
||||
|
|
Loading…
Reference in New Issue