aboutsummaryrefslogtreecommitdiff
path: root/test/test_write_info_json.py
AgeCommit message (Collapse)Author
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2013-12-04Update description value for the write_info_json test (required after ↵Jaime Marquínez Ferrándiz
27dcce19045670fc348ff1119c0d2283aaed3ae2)
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-11-13Update test_write_info_json.pyJanez Troha
2013-10-15Simplify testsPhilipp Hagemeister
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-06-24Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-20Extend json info data / description file testPhilipp Hagemeister
2012-12-20test write_info_jsonPhilipp Hagemeister