瀏覽代碼

Deprecate test_playlists

Philipp Hagemeister 11 年之前
父節點
當前提交
266c71f971
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      test/test_playlists.py

+ 11 - 0
test/test_playlists.py

@@ -1,6 +1,17 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # encoding: utf-8
 # 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
 from __future__ import unicode_literals
 
 
 # Allow direct execution
 # Allow direct execution