test:modify testcase

This commit is contained in:
tomchon 2022-07-05 20:30:42 +08:00
commit a20456debd
1 changed files with 3 additions and 0 deletions

View File

@ -478,6 +478,9 @@ class TDTestCase:
self.test_case3() self.test_case3()
# tdLog.debug(" LIMIT test_case3 ............ [OK]") # tdLog.debug(" LIMIT test_case3 ............ [OK]")
def stop(self):
tdSql.close()
tdLog.success(f"{__file__} successfully executed")
return return
# #