forked from TrueCloudLab/frostfs-testlib
Remove superfluous fields
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
9021c5c0df
commit
004c5fb00a
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ from test_collector import TestCase
|
||||||
class TestExporter(ABC):
|
class TestExporter(ABC):
|
||||||
test_cases_cache = []
|
test_cases_cache = []
|
||||||
test_suites_cache = []
|
test_suites_cache = []
|
||||||
test_case_id_field_name = ""
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def fill_suite_cache(self) -> None:
|
def fill_suite_cache(self) -> None:
|
||||||
|
|
Loading…
Reference in a new issue