forked from TrueCloudLab/frostfs-testlib
Move shared code to testlib
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
d97a02d1d3
commit
997e768e92
69 changed files with 9213 additions and 64 deletions
|
@ -66,7 +66,7 @@ class TestExporter(ABC):
|
|||
test_case_in_tms = self.search_test_case_id(test_case.id)
|
||||
steps = [{"content": value, "expected": " "} for key, value in test_case.steps.items()]
|
||||
|
||||
if test_case:
|
||||
if test_case_in_tms:
|
||||
self.update_test_case(test_case, test_case_in_tms)
|
||||
else:
|
||||
self.create_test_case(test_case)
|
||||
|
|
|
@ -38,6 +38,7 @@ class TestrailExporter(TestExporter):
|
|||
self.tr_id_field = tr_id_field
|
||||
self.tr_description_fields = tr_description_fields
|
||||
self.tr_steps_field = tr_steps_field
|
||||
self.test_case_id_field_name = "" # TODO: Add me
|
||||
|
||||
def fill_suite_cache(self) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue