diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-11 01:25:24 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-11 01:25:24 +0200 |
commit | 4be9f8c814c328213c8f60ecbb1e4d4e205b950e (patch) | |
tree | 5d6160c33f0db928a8f0d984b57d057a781ed4da /test | |
parent | 5c802bac3754da5c64e60464a5660c8f7b48da75 (diff) |
[ninegag] Add support for p/ URLs
Diffstat (limited to 'test')
-rw-r--r-- | test/test_all_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |