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 ab4e9ab commit aa35216Copy full SHA for aa35216
1 file changed
tests/commands/test_commit_command.py
@@ -181,6 +181,7 @@ def test_commit_in_non_git_project(tmpdir, config):
181
commands.Commit(config, {})
182
183
184
+@pytest.mark.usefixtures("staging_is_clean")
185
def test_commit_from_pre_commit_msg_hook(config, mocker, capsys):
186
testargs = ["cz", "commit", "--commit-msg-file", "some_file"]
187
mocker.patch.object(sys, "argv", testargs)
0 commit comments