autopep8 with 120 chars line length on my modules
This commit is contained in:
parent
6a7bc0924d
commit
5d923bc73b
39 changed files with 434 additions and 426 deletions
|
|
@ -26,7 +26,7 @@ class TvsubtitlesTest(BackendTest):
|
|||
BACKEND = 'tvsubtitles'
|
||||
|
||||
def test_subtitle(self):
|
||||
subtitles = list(self.backend.iter_subtitles('fr','sopranos'))
|
||||
subtitles = list(self.backend.iter_subtitles('fr', 'sopranos'))
|
||||
assert (len(subtitles) > 0)
|
||||
for subtitle in subtitles:
|
||||
assert subtitle.url.startswith('http')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue