Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f043f0

Browse files
committed
fixed last failing test, hopefully this works for all git versions...
1 parent1a5885a commit8f043f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎test/git/test_git.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def test_it_returns_stderr_in_output(self):
4747

4848
deftest_it_does_not_strip_output_when_using_with_raw_output(self):
4949
# Note: trailing newline
50-
assert_match(r"^git: 'this-does-not-exist' is not a git-command"+os.linesep,
50+
assert_match(r"^git: 'this-does-not-exist' is not a git-command\. See 'git --help'\."
51+
+os.linesep,
5152
self.git.this_does_not_exist(with_stderr=True,
5253
with_raw_output=True))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp