summaryrefslogtreecommitdiffstats
path: root/test/test_write_info_json.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove test/write_info_jsonPhilipp Hagemeister2014-12-141-76/+0
| | | | This is now covered by every single test_download testcase anyways :)
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-3/+4
| | | | | | | | | 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.
* Update description value for the write_info_json test (required after ↵Jaime Marquínez Ferrándiz2013-12-041-0/+1
| | | | 27dcce19045670fc348ff1119c0d2283aaed3ae2)
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+1
|
* Update test_write_info_json.pyJanez Troha2013-11-131-1/+1
|
* Simplify testsPhilipp Hagemeister2013-10-151-17/+15
| | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-241-6/+6
| | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-2/+2
|
* better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-201-2/+0
|
* Extend json info data / description file testPhilipp Hagemeister2012-12-201-0/+24
|
* test write_info_jsonPhilipp Hagemeister2012-12-201-0/+55