fix: class TDTestCase(TBase): replace
This commit is contained in:
parent
d11402d273
commit
9b7f26deb9
|
@ -30,7 +30,7 @@ def removeQuotation(origin):
|
|||
|
||||
return value
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
[TD-11510] taosBenchmark test cases
|
||||
|
|
|
@ -23,7 +23,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
[TD-13823] taosBenchmark test cases
|
||||
|
|
|
@ -37,7 +37,7 @@ def removeQuotation(origin):
|
|||
|
||||
return value
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
[TD-11510] taosBenchmark test cases
|
||||
|
|
|
@ -23,7 +23,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
[TD-11510] taosBenchmark test cases
|
||||
|
|
|
@ -23,7 +23,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
[TD-13823] taosBenchmark test cases
|
||||
|
|
Loading…
Reference in New Issue