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

Commit7f34a25

Browse files
committed
Merge branch 'master' of git://gitorious.org/git-python/david
2 parentsa935501 +12b3245 commit7f34a25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎test/git/test_git.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ def test_it_does_not_strip_output_when_using_with_raw_output(self):
5151
r"(\. See 'git --help'\.)?"+os.linesep,
5252
self.git.this_does_not_exist(with_stderr=True,
5353
with_raw_output=True))
54+
55+
deftest_it_handles_large_input(self):
56+
output=self.git.execute(["cat","/bin/bash"])
57+
assert(len(output)>4096*1024 )# at least 4k

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp