Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
0 additions and
2 deletions
-
test/test_all_urls.py
|
@ -101,8 +101,6 @@ class TestAllURLsMatching(unittest.TestCase): |
|
|
self.assertMatch(':ytsubs', ['youtube:subscriptions']) |
|
|
self.assertMatch(':ytsubs', ['youtube:subscriptions']) |
|
|
self.assertMatch(':ytsubscriptions', ['youtube:subscriptions']) |
|
|
self.assertMatch(':ytsubscriptions', ['youtube:subscriptions']) |
|
|
self.assertMatch(':ythistory', ['youtube:history']) |
|
|
self.assertMatch(':ythistory', ['youtube:history']) |
|
|
self.assertMatch(':thedailyshow', ['ComedyCentralShows']) |
|
|
|
|
|
self.assertMatch(':tds', ['ComedyCentralShows']) |
|
|
|
|
|
|
|
|
|
|
|
def test_vimeo_matching(self): |
|
|
def test_vimeo_matching(self): |
|
|
self.assertMatch('https://vimeo.com/channels/tributes', ['vimeo:channel']) |
|
|
self.assertMatch('https://vimeo.com/channels/tributes', ['vimeo:channel']) |
|
|