Remove unused method

This commit is contained in:
Alessio Bogon 2022-03-03 12:43:59 +01:00
parent 3195e21649
commit 4292aec408
1 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@ class LogBDDCucumberJSON:
self.logfile = os.path.normpath(os.path.abspath(logfile))
self.features: dict[str, dict] = {}
# TODO: Unused method?
def append(self, obj):
self.features[-1].append(obj)
def _get_result(self, step: dict[str, Any], report: TestReport, error_message: bool = False) -> dict[str, Any]:
"""Get scenario test run result.