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

Commit26719d2

Browse files
committed
Merge branch 'master' of git://gitorious.org/git-python/david
2 parentsd2c1bd8 +48af0ac commit26719d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/git/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_it_transforms_kwargs_into_git_command_arguments(self):
2424
assert_equal(["-s","-t"],self.git.transform_kwargs(**{'s':True,'t':True}))
2525

2626
deftest_it_executes_git_to_shell_and_returns_result(self):
27-
assert_match('^git version [\d\.]*$',self.git.execute(["git","version"]))
27+
assert_match('^git version [\d\.]{2}.*$',self.git.execute(["git","version"]))
2828

2929
deftest_it_accepts_stdin(self):
3030
filename=fixture_path("cat_file_blob")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp