Age | Commit message (Expand) | Author |
2014-12-26 | expect_info_dict actual-expected argument consistency | Sergey M․ |
2014-11-26 | [tests] Remove useless u prefixes | Philipp Hagemeister |
2014-11-23 | PEP8 applied | Jouke Waleson |
2014-11-16 | [tests] Modernize | Philipp Hagemeister |
2014-11-02 | [tests] Don't auto init YoutubeDL | Jaime Marquínez Ferrándiz |
2014-11-02 | [test_download] Fix import | Philipp Hagemeister |
2014-10-27 | [test_download] Improve error message | Philipp Hagemeister |
2014-10-26 | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister |
2014-09-28 | [vimeo:likes] Add new extractor (Fixes #3835) | Philipp Hagemeister |
2014-08-29 | [test_download] Check expected file minsize and md5 only when download is not... | Sergey M․ |
2014-08-28 | [test_download] Expect a minimum file size | Philipp Hagemeister |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister |
2014-08-27 | [test_download] Improve playlist handling | Philipp Hagemeister |
2014-08-25 | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister |
2014-08-25 | [googlesearch] Move test to extractor | Philipp Hagemeister |
2014-08-21 | Allow playlist test definitions in test_download. | Philipp Hagemeister |
2014-07-23 | Remove unused imports | Philipp Hagemeister |
2014-03-23 | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister |
2014-03-23 | [test] Move expect_info_dict out of test_download | Philipp Hagemeister |
2014-03-22 | Make missing test definition fields an error | Philipp Hagemeister |
2014-03-17 | [test] Rename get_testcases to gettestcases | Philipp Hagemeister |
2014-03-13 | Rename upload_timestamp to timestamp | Philipp Hagemeister |
2014-03-13 | [test_download] Move assertions before debugging output | Philipp Hagemeister |
2014-03-13 | [ninegag] Fix extraction | Philipp Hagemeister |
2014-02-26 | [tests] Raise an exception if test definition is invalid (Found in #2460) | Philipp Hagemeister |
2014-02-22 | [trutube] Support multiple formats (#2433) | Philipp Hagemeister |
2014-02-06 | [test_download] Skip over BadStatusLine errors | Philipp Hagemeister |
2014-01-17 | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister |
2013-12-23 | YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks` | Jaime Marquínez Ferrándiz |
2013-12-11 | Now a new FileDownloader is created when downloading a video | Jaime Marquínez Ferrándiz |
2013-11-25 | [tests] Remove global_setup function | Philipp Hagemeister |
2013-11-20 | Adapt test to changed .info.json name | Philipp Hagemeister |
2013-11-06 | tests: don't run the test if any of the extractors listed in the 'add_ie' fie... | Jaime Marquínez Ferrándiz |
2013-11-03 | Set the 'extractor_key' field in the info_dict | Jaime Marquínez Ferrándiz |
2013-11-03 | Add the 'webpage_url' field to info_dict | Jaime Marquínez Ferrándiz |
2013-10-28 | [tests] a HTTP 503 is a transient issue | Filippo Valsorda |
2013-10-28 | [tests] don't fail on network errors | Filippo Valsorda |
2013-10-28 | tests: build the filename from the info_dict if the 'file' key is missing | Jaime Marquínez Ferrándiz |
2013-10-15 | Simplify tests | Philipp Hagemeister |
2013-10-12 | Add support for single-test tox runs | Filippo Valsorda |
2013-10-07 | Simplify test setup | Philipp Hagemeister |
2013-10-06 | Move try_rm to test helpers | Philipp Hagemeister |
2013-08-29 | Also print the field that fails if it is a md5 checksum | Jaime Marquínez Ferrándiz |
2013-06-28 | Print which IE is being skipped in test_download | Jaime Marquínez Ferrándiz |
2013-06-27 | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz |
2013-06-27 | Move testcase generator to helper | Philipp Hagemeister |
2013-06-27 | Use str every time | Philipp Hagemeister |
2013-06-27 | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister |
2013-06-27 | Allow moving tests into IE files | Philipp Hagemeister |
2013-06-25 | add tests for use_cipher_signature videos (#897) and the ability to test mult... | Filippo Valsorda |