projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd7fd7
)
[soundcloud:playlist] Fix test description
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 22 Jul 2014 23:43:59 +0000
(
01:43
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 22 Jul 2014 23:44:08 +0000
(
01:44
+0200)
test/test_playlists.py
patch
|
blob
|
history
diff --git
a/test/test_playlists.py
b/test/test_playlists.py
index 4789200e9f2450bc5cd10e4b53e292677b3ad1df..c221c47b99daabc668607f09744d078e726b09ff 100644
(file)
--- a/
test/test_playlists.py
+++ b/
test/test_playlists.py
@@
-154,7
+154,7
@@
class TestPlaylists(unittest.TestCase):
self.assertEqual(result['id'], '4110309')
self.assertEqual(result['title'], 'TILT Brass - Bowery Poetry Club, August \'03 [Non-Site SCR 02]')
assertRegexpMatches(
- self, result['description'], r'TILT Brass - Bowery Poetry Club')
+ self, result['description'], r'
.*?
TILT Brass - Bowery Poetry Club')
self.assertEqual(len(result['entries']), 6)
def test_livestream_event(self):