From 4be9f8c814c328213c8f60ecbb1e4d4e205b950e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 11 Apr 2014 01:25:24 +0200 Subject: [ninegag] Add support for p/ URLs --- test/test_all_urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 479d21b05..4de2c395e 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -172,5 +172,6 @@ class TestAllURLsMatching(unittest.TestCase): 'https://screen.yahoo.com/smartwatches-latest-wearable-gadgets-163745379-cbs.html', ['Yahoo']) + if __name__ == '__main__': unittest.main() -- cgit v1.2.3