projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ee972
)
Deprecate test_playlists
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 21 Aug 2014 09:56:49 +0000
(11:56 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 21 Aug 2014 09:56:49 +0000
(11:56 +0200)
test/test_playlists.py
patch
|
blob
|
history
diff --git
a/test/test_playlists.py
b/test/test_playlists.py
index 4f188345bf2b9bd7fee5d886cbcfec3ba15dae6e..6448fea38586970a640b33045da99be33a83add0 100644
(file)
--- a/
test/test_playlists.py
+++ b/
test/test_playlists.py
@@
-1,6
+1,17
@@
#!/usr/bin/env python
# encoding: utf-8
+## DEPRECATED FILE!
+# Add new tests to the extractors themselves, like this:
+# _TEST = {
+# 'url': 'http://example.com/playlist/42',
+# 'playlist_mincount': 99,
+# 'info_dict': {
+# 'id': '42',
+# 'title': 'Playlist number forty-two',
+# }
+# }
+
from __future__ import unicode_literals
# Allow direct execution