We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5885a commit 8f043f0Copy full SHA for 8f043f0
test/git/test_git.py
@@ -47,6 +47,7 @@ def test_it_returns_stderr_in_output(self):
47
48
def test_it_does_not_strip_output_when_using_with_raw_output(self):
49
# Note: trailing newline
50
- assert_match(r"^git: 'this-does-not-exist' is not a git-command" + os.linesep,
+ assert_match(r"^git: 'this-does-not-exist' is not a git-command\. See 'git --help'\."
51
+ + os.linesep,
52
self.git.this_does_not_exist(with_stderr=True,
53
with_raw_output=True))
0 commit comments