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

Commit1527b57

Browse files
committed
fixed test_git
1 parente0c65d6 commit1527b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/test/test_git.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ def test_call_process_calls_execute(self, git):
3434

3535
deftest_call_unpack_args_unicode(self):
3636
args=Git._Git__unpack_args(u'Unicode€™')
37-
assert_equal(args, [b'Unicode\xe2\x82\xac\xe2\x84\xa2'])
37+
assert_equal(args, ['Unicode\u20ac\u2122'])
3838

3939
deftest_call_unpack_args(self):
4040
args=Git._Git__unpack_args(['git','log','--',u'Unicode€™'])
41-
assert_equal(args, [b'git',b'log',b'--',b'Unicode\xe2\x82\xac\xe2\x84\xa2'])
41+
assert_equal(args, ['git','log','--','Unicode\u20ac\u2122'])
4242

4343
@raises(GitCommandError)
4444
deftest_it_raises_errors(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp