Skip to content

Commit

Permalink
Merge pull request #319 from lsst-sqre/tickets/DM-42182
Browse files Browse the repository at this point in the history
DM-42182: Tell Click testing to not catch exceptions
  • Loading branch information
rra authored Dec 15, 2023
2 parents 227a0be + aae6996 commit 574bfc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/monkeyflocker_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_start_report_stop(
"-k",
config.gafaelfawr_token,
],
catch_exceptions=False,
)
assert result.exit_code == 0

Expand Down Expand Up @@ -114,6 +115,7 @@ def test_start_report_stop(
config.gafaelfawr_token,
"basic",
],
catch_exceptions=False,
)
assert result.exit_code == 0

Expand All @@ -135,6 +137,7 @@ def test_start_report_stop(
config.gafaelfawr_token,
"basic",
],
catch_exceptions=False,
)
assert result.exit_code == 0

Expand Down

0 comments on commit 574bfc8

Please sign in to comment.