Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | [twitch] Update tests | Sergey M | |
2014-10-09 | [walla] Fix typo | Sergey M․ | |
2014-10-07 | [walla] Fix extractor and add subtitle tests | Sergey M․ | |
2014-10-01 | [utils] Improve and test js_to_json | Philipp Hagemeister | |
2014-10-01 | [utils] Fix js_to_json | Philipp Hagemeister | |
2014-09-29 | [test/helper] Improve output of missing test definition dictionaries | Philipp Hagemeister | |
2014-09-29 | [test/helper] Modernize | Philipp Hagemeister | |
2014-09-29 | [arte] Fix upload date extraction | Philipp Hagemeister | |
2014-09-29 | [youtube] Remove swf signature test cases | Philipp Hagemeister | |
These files are now 0 Bytes | |||
2014-09-29 | [vimeo:likes] Support large like lists (Fixes #3847) | Philipp Hagemeister | |
2014-09-28 | [vimeo:likes] Add new extractor (Fixes #3835) | Philipp Hagemeister | |
2014-09-24 | [youtube] Move more tests to extractors | Philipp Hagemeister | |
2014-09-15 | Merge remote-tracking branch 'dstftw/escape-non-ascii-in-urls' | Philipp Hagemeister | |
Conflicts: test/test_utils.py | |||
2014-09-15 | [facebook] Fix support for untitled videos (Fixes #3757) | Philipp Hagemeister | |
2014-09-13 | [YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape ↵ | Sergey M․ | |
routines to utils and add some tests | |||
2014-09-13 | [youtube] Move more tests to Playlist IE, and simply suitable. | Philipp Hagemeister | |
2014-09-04 | [test_cache] Add a dot in the file name | Philipp Hagemeister | |
2014-09-03 | [youtube] Move cache into its own module | Philipp Hagemeister | |
2014-09-01 | [comedycentral] Move tests to the extractor itself | Philipp Hagemeister | |
2014-08-31 | [utils] Improve parse_duration | Sergey M․ | |
2014-08-29 | [test_download] Check expected file minsize and md5 only when download is ↵ | Sergey M․ | |
not skipped | |||
2014-08-28 | [test_download] Expect a minimum file size | Philipp Hagemeister | |
This should detect when we're downloading a small text file by accident. | |||
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-27 | [utils] Modernize tests | Philipp Hagemeister | |
2014-08-27 | [test_download] Improve playlist handling | Philipp Hagemeister | |
2014-08-27 | [vimeo] Move all testcases to extractors and clean up | Philipp Hagemeister | |
Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :) | |||
2014-08-27 | Improve test_all_urls output | 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-25 | [rtlnl] Extract duration | Philipp Hagemeister | |
2014-08-24 | [gameone:playlist] Move test to extractor | Philipp Hagemeister | |
2014-08-24 | Merge remote-tracking branch 'olebowle/gameone' | Philipp Hagemeister | |
2014-08-22 | [test_YoutubeDL] Reorder formats (#3542) | Philipp Hagemeister | |
2014-08-21 | Deprecate test_playlists | Philipp Hagemeister | |
2014-08-21 | Allow playlist test definitions in test_download. | Philipp Hagemeister | |
This moves playlist tests where they belong, i.e. to the extractors themselves. Additionally, all our network interaction configuration for tests in test_download now applies to playlist tests as well. | |||
2014-08-10 | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | |
2014-08-10 | [test/test_utils] Fix typo in method name | Jaime Marquínez Ferrándiz | |
2014-07-28 | [bandcamp] Replace 404 playlist test | Sergey M․ | |
2014-07-25 | [jsinterp] Add new testcase | Philipp Hagemeister | |
2014-07-24 | [test_youtube_signatures] Modernize | Philipp Hagemeister | |
2014-07-24 | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | |
2014-07-23 | [gameone] add playlist test | Ole Ernst | |
2014-07-23 | Remove unused imports | Philipp Hagemeister | |
2014-07-23 | [jsinterp] Allow digits in function names | Philipp Hagemeister | |
2014-07-23 | [soundcloud:playlist] Fix test description | Philipp Hagemeister | |
2014-07-23 | [test/helper] Do not use deprecated method | Philipp Hagemeister | |
2014-07-21 | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | |
2014-07-21 | [swfinterp] Fix imports | Philipp Hagemeister | |
2014-07-20 | [youtube] Add swf signature test case (#3270) | Philipp Hagemeister | |
2014-07-20 | [youtube] Correct signature testcase | Philipp Hagemeister | |