提交 91b5d707 编写于 作者: J jiacy-jcy

update test case

上级 f138388b
......@@ -58,10 +58,6 @@ class TDTestCase:
tag_sql += f"{k} {v},"
create_stb_sql = f'create table {stbname} ({column_sql[:-1]}) tags({tag_sql[:-1]})'
return create_stb_sql
def datetime_transition(self,date,precision):
if precision == 'ns':
today_date = date*1000000000
return today_date
def data_check(self,column_dict={},tbname = '',values_list = [],tb_num = 1,tb = 'tb',precision = 'ms'):
for k,v in column_dict.items():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册