Skip to content

Commit

Permalink
Add comments to test --detailed --format in test_report_detailed method
Browse files Browse the repository at this point in the history
  • Loading branch information
szuananwar committed Jul 31, 2023
1 parent f00a896 commit 3cedce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def test_report():
def test_report_detailed():
# buildtest report --detailed
Report(configuration=configuration, format_detailed=True)

# buildtest report --detailed --format name
with pytest.raises(BuildTestError):
Report(configuration=configuration, format_detailed=True, format_args="name")

Expand Down

0 comments on commit 3cedce2

Please sign in to comment.