fix: class TDTestCase(TBase): replace

This commit is contained in:
Alex Duan 2025-02-02 21:50:11 +08:00
parent d11402d273
commit 9b7f26deb9
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ def removeQuotation(origin):
return value
class TDTestCase:
class TDTestCase(TBase):
def caseDescription(self):
"""
[TD-11510] taosBenchmark test cases

View File

@ -23,7 +23,7 @@ from frame.caseBase import *
from frame import *
class TDTestCase:
class TDTestCase(TBase):
def caseDescription(self):
"""
[TD-13823] taosBenchmark test cases

View File

@ -37,7 +37,7 @@ def removeQuotation(origin):
return value
class TDTestCase:
class TDTestCase(TBase):
def caseDescription(self):
"""
[TD-11510] taosBenchmark test cases

View File

@ -23,7 +23,7 @@ from frame.caseBase import *
from frame import *
class TDTestCase:
class TDTestCase(TBase):
def caseDescription(self):
"""
[TD-11510] taosBenchmark test cases

View File

@ -23,7 +23,7 @@ from frame.caseBase import *
from frame import *
class TDTestCase:
class TDTestCase(TBase):
def caseDescription(self):
"""
[TD-13823] taosBenchmark test cases