Skip to content

Commit

Permalink
update docstring for cli.objects.failure.Failure to include new `ig…
Browse files Browse the repository at this point in the history
…nore` arg.
  • Loading branch information
amp-rh committed Jan 17, 2024
1 parent a384f04 commit 17d01a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/objects/failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(
failure_type (str): The failure type
failed_test_name (Optional[str], optional): The failed test name. Defaults to None.
failed_test_junit_path (Optional[str], optional): The path to the failed test's junit file. Defaults to None.
ignore (bool): Flag to indicate that the failure should be ignored.
"""
self.logger = get_logger(__name__)

Expand Down

0 comments on commit 17d01a0

Please sign in to comment.