test: add stream cases

This commit is contained in:
jiajingbin 2023-08-22 19:02:17 +08:00 committed by Haojun Liao
parent 10cd04349d
commit e073e1c1ae
1 changed files with 15 additions and 16 deletions

View File

@ -825,7 +825,6 @@ class TDCom:
def get_path(tool="taosd"):
selfPath = os.path.dirname(os.path.realpath(__file__))
if ("community" in selfPath):
projPath = selfPath[:selfPath.find("community")]
else: