Skip to content

Commit

Permalink
Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedor committed Nov 6, 2023
1 parent f3c66d3 commit 4f1533e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2375,6 +2375,7 @@ def raise_exception():
cli.launch_cli()
out, err = capsys.readouterr()
assert "Unexpected error: Exception: Something happened" in err
print(f"{err=}")
assert "Saved dump" in out

cli.DEV_MODE = True
Expand Down

0 comments on commit 4f1533e

Please sign in to comment.