diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-03 15:31:04 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-03 15:31:04 +0200 |
commit | 968ed2a7779fc7337fdcaa12da2b12e288e7eeb6 (patch) | |
tree | b2c53e7e72f446b575518900682b492a61f2a53c /test/test_all_urls.py | |
parent | 24de5d2556bc815bae16c38170c0c1dbd57c1cde (diff) |
[comedycentral] Add test for #2677
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r-- | test/test_all_urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py index ed041ffda..bea8c41fb 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -153,6 +153,9 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch( 'http://thecolbertreport.cc.com/videos/gh6urb/neil-degrasse-tyson-pt--1?xrs=eml_col_031114', ['ComedyCentralShows']) + self.assertMatch( + 'http://thedailyshow.cc.com/guests/michael-lewis/3efna8/exclusive---michael-lewis-extended-interview-pt--3', + ['ComedyCentralShows']) if __name__ == '__main__': unittest.main() |