Skip to content

Commit 83cc8cd

Browse files
committed
Add missing classmethod
1 parent 07234dc commit 83cc8cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

haas/plugins/result_handler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ def from_args(cls, args, name, dest_prefix, test_count):
9393
if args.verbosity == 0:
9494
return cls(test_count=test_count)
9595

96+
@classmethod
97+
def add_parser_arguments(self, parser, name, option_prefix, dest_prefix):
98+
pass
99+
96100
def get_test_description(self, test):
97101
return get_test_description(test, descriptions=self.descriptions)
98102

0 commit comments

Comments
 (0)