aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-11-27 21:30:47 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-11-27 21:30:47 +0800
commitf58a5060443229e017a04e79cb37d499b6347fe3 (patch)
tree9f65d489dab2c5bd47a24b1a58329a374049d050 /test
parent5ddeb7702a2c14d51a2c76178c7abb30a4ea06e7 (diff)
downloadyoutube-dl-f58a5060443229e017a04e79cb37d499b6347fe3.zip
youtube-dl-f58a5060443229e017a04e79cb37d499b6347fe3.tar.gz
youtube-dl-f58a5060443229e017a04e79cb37d499b6347fe3.tar.bz2
[test_InfoExtractor] Fix flake8
Diffstat (limited to 'test')
-rw-r--r--test/test_InfoExtractor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_InfoExtractor.py b/test/test_InfoExtractor.py
index 686c63e..7b95f88 100644
--- a/test/test_InfoExtractor.py
+++ b/test/test_InfoExtractor.py
@@ -601,5 +601,6 @@ jwplayer("mediaplayer").setup({"abouttext":"Visit Indie DB","aboutlink":"http:\/
self.ie._sort_formats(formats)
expect_value(self, formats, expected_formats, None)
+
if __name__ == '__main__':
unittest.main()