Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test/helper] Check got values to be strings for md5: fields | Yen Chi Hsuan | 2016-04-09 | 1 | -0/+3 |
| | | | | Seen in PBSIE tests | ||||
* | [jython] Introduce compat_os_name | Yen Chi Hsuan | 2016-03-03 | 1 | -2/+5 |
| | | | | os.name is always 'java' on Jython | ||||
* | [test/helper] Fix style | Jaime Marquínez Ferrándiz | 2015-10-02 | 1 | -1/+1 |
| | | | | Use the correct indentation to please flake8 | ||||
* | [test/helper] Clarify field for list length mismatch | Sergey M․ | 2015-09-30 | 1 | -1/+2 |
| | |||||
* | [test/helper] Spelling | Sergey M․ | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | [test/helper] Formatting | Sergey M․ | 2015-09-30 | 1 | -14/+14 |
| | |||||
* | [test] use descriptive variable name | Qijiang Fan | 2015-09-30 | 1 | -8/+6 |
| | |||||
* | [test] split expect_dict to two functions | Qijiang Fan | 2015-09-30 | 1 | -73/+70 |
| | |||||
* | [test] recursively check dict and list in expect_info_dict | Qijiang Fan | 2015-09-30 | 1 | -1/+20 |
| | | | | | This allows to use md5:, re:, etc within the str inside a list or dict. | ||||
* | [test/helper] Make age_limit checkable field | Sergey M․ | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | [test/helper] Allow dicts for mincount | Sergey M․ | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | [tests] Allow multi_video to be tested as playlists | Yen Chi Hsuan | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | [xtube] Fix test case | Philipp Hagemeister | 2015-02-18 | 1 | -0/+10 |
| | |||||
* | [test/helper] Render info_dict with a final comma | Philipp Hagemeister | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [test/helper] Only output a newline for forgotten keys if keys are really ↵ | Philipp Hagemeister | 2015-02-18 | 1 | -1/+3 |
| | | | | missing | ||||
* | [franceculture] Rewrite for new HTML scheme (Fixes #4853) | Philipp Hagemeister | 2015-02-03 | 1 | -0/+10 |
| | |||||
* | [test/helper] Clarify which keys have to be added | Philipp Hagemeister | 2015-01-30 | 1 | -3/+9 |
| | |||||
* | [audiomack:album] Update testcase | Philipp Hagemeister | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | [netzkino] Add new extractor (Fixes #4669) | Philipp Hagemeister | 2015-01-09 | 1 | -0/+14 |
| | |||||
* | Respect age_limit when listing extractors (Fixes #4653) | Philipp Hagemeister | 2015-01-07 | 1 | -12/+2 |
| | |||||
* | expect_info_dict actual-expected argument consistency | Sergey M․ | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | [test_unicode_literals] Fix test | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 |
| | |||||
* | [test/helper] Fix newlines in output of missing test fields | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -4/+4 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -2/+4 |
| | |||||
* | [test/helper] Improve output | Philipp Hagemeister | 2014-11-13 | 1 | -1/+2 |
| | |||||
* | [tests] Don't auto init YoutubeDL | Jaime Marquínez Ferrándiz | 2014-11-02 | 1 | -1/+1 |
| | | | | | It would print the debug headers for each test. And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute. | ||||
* | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | 2014-10-26 | 1 | -0/+10 |
| | |||||
* | [viddler] Use API | Philipp Hagemeister | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | [test/helper] Improve output of missing test definition dictionaries | Philipp Hagemeister | 2014-09-29 | 1 | -1/+10 |
| | |||||
* | [test/helper] Modernize | Philipp Hagemeister | 2014-09-29 | 1 | -9/+11 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -1/+2 |
| | | | | 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). | ||||
* | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | 2014-08-25 | 1 | -1/+4 |
| | |||||
* | Allow playlist test definitions in test_download. | Philipp Hagemeister | 2014-08-21 | 1 | -2/+3 |
| | | | | | 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. | ||||
* | [test/helper] Do not use deprecated method | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | 2014-07-21 | 1 | -0/+7 |
| | |||||
* | [test/helper] Clarify which field failed an assertion | Philipp Hagemeister | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] Add simple tests for format_note (Closes #2825) | Philipp Hagemeister | 2014-04-30 | 1 | -0/+14 |
| | |||||
* | [test helper] Correct only_matching test gathering | Philipp Hagemeister | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | 2014-04-19 | 1 | -4/+10 |
| | |||||
* | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister | 2014-03-23 | 1 | -0/+18 |
| | |||||
* | [test] Move expect_info_dict out of test_download | Philipp Hagemeister | 2014-03-23 | 1 | -1/+28 |
| | |||||
* | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | 2014-03-17 | 1 | -1/+1 |
| | | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | ||||
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -4/+0 |
| | |||||
* | [tests] don't fail on network errors | Filippo Valsorda | 2013-10-28 | 1 | -0/+17 |
| | | | | | | This is suboptimal, but at least this way we will need to look at the logs only to check for network errors that happen too often, instead of parsing a ton of lines each time to see if there is some true test failing | ||||
* | Extend #980 with --max-quality support | Philipp Hagemeister | 2013-10-18 | 1 | -2/+2 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -10/+18 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Simplify test setup | Philipp Hagemeister | 2013-10-07 | 1 | -6/+1 |
| | |||||
* | Move try_rm to test helpers | Philipp Hagemeister | 2013-10-06 | 1 | -3/+19 |
| | |||||
* | [fixup] remove unnecessary commented function | Filippo Valsorda | 2013-10-05 | 1 | -6/+0 |
| |