Deprecate test_playlists
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 21 Aug 2014 09:56:49 +0000 (11:56 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 21 Aug 2014 09:56:49 +0000 (11:56 +0200)
test/test_playlists.py

index 4f188345bf2b9bd7fee5d886cbcfec3ba15dae6e..6448fea38586970a640b33045da99be33a83add0 100644 (file)
@@ -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