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

Commit33f2526

Browse files
author
Sebastian Thiel
committed
Satisfy flake8
Oh how much I dislike linters that don't format, and a lack offormatter integration into my IDE :(.
1 parentc282315 commit33f2526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎git/test/test_util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ def test_actor(self):
215215
deftest_actor_from_string(self):
216216
self.assertEqual(Actor._from_string("name"),Actor("name",None))
217217
self.assertEqual(Actor._from_string("name <>"),Actor("name",""))
218-
self.assertEqual(Actor._from_string("name last another <some-very-long-email@example.com>"),Actor("name last another","some-very-long-email@example.com"))
218+
self.assertEqual(Actor._from_string("name last another <some-very-long-email@example.com>"),
219+
Actor("name last another","some-very-long-email@example.com"))
219220

220221
@ddt.data(('name',''), ('name','prefix_'))
221222
deftest_iterable_list(self,case):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp