diff --git a/pytest_bdd/cucumber_json.py b/pytest_bdd/cucumber_json.py index 390869b..3718faa 100644 --- a/pytest_bdd/cucumber_json.py +++ b/pytest_bdd/cucumber_json.py @@ -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.