diff options
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() |