Rapsys Git
/
youtubedl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New upstream version 2017.05.18.1
[youtubedl]
/
test
/
test_write_annotations.py
diff --git
a/test/test_write_annotations.py
b/test/test_write_annotations.py
index 8de08f2d6d3974bd2d28265c323e7ff76d1317a3..41abdfe3b99eaabf562ebabc222fc50fead77631 100644
(file)
--- a/
test/test_write_annotations.py
+++ b/
test/test_write_annotations.py
@@
-24,6
+24,7
@@
class YoutubeDL(youtube_dl.YoutubeDL):
super(YoutubeDL, self).__init__(*args, **kwargs)
self.to_stderr = self.to_screen
+
params = get_params({
'writeannotations': True,
'skip_download': True,
@@
-74,5
+75,6
@@
class TestAnnotations(unittest.TestCase):
def tearDown(self):
try_rm(ANNOTATIONS_FILE)
+
if __name__ == '__main__':
unittest.main()