We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764d9cf commit 97e0596Copy full SHA for 97e0596
tests/test_main.py
@@ -48,7 +48,7 @@ def test_all_flags(self, runner, mock_loom):
48
with patch("commitloom.__main__.CommitLoom") as mock_commit_loom:
49
mock_commit_loom.return_value = mock_loom
50
# Skip assert on exit code as it's now 2, which is the expected behavior
51
- result = runner.invoke(cli, ["commit", "-y", "-c", "-d"], catch_exceptions=False)
+ runner.invoke(cli, ["commit", "-y", "-c", "-d"], catch_exceptions=False)
52
53
# Since we changed the CLI structure, these assertions are now obsolete
54
# but we keep the test to ensure the command runs
0 commit comments