aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* [test/helper] Check got values to be strings for md5: fieldsYen Chi Hsuan2016-04-091-0/+3
| | | | Seen in PBSIE tests
* [jython] Introduce compat_os_nameYen Chi Hsuan2016-03-031-2/+5
| | | | os.name is always 'java' on Jython
* [test/helper] Fix styleJaime Marquínez Ferrándiz2015-10-021-1/+1
| | | | Use the correct indentation to please flake8
* [test/helper] Clarify field for list length mismatchSergey M․2015-09-301-1/+2
|
* [test/helper] SpellingSergey M․2015-09-301-2/+2
|
* [test/helper] FormattingSergey M․2015-09-301-14/+14
|
* [test] use descriptive variable nameQijiang Fan2015-09-301-8/+6
|
* [test] split expect_dict to two functionsQijiang Fan2015-09-301-73/+70
|
* [test] recursively check dict and list in expect_info_dictQijiang Fan2015-09-301-1/+20
| | | | | This allows to use md5:, re:, etc within the str inside a list or dict.
* [test/helper] Make age_limit checkable fieldSergey M․2015-08-081-1/+1
|
* [test/helper] Allow dicts for mincountSergey M․2015-08-021-2/+2
|
* [tests] Allow multi_video to be tested as playlistsYen Chi Hsuan2015-04-191-1/+1
|
* [xtube] Fix test casePhilipp Hagemeister2015-02-181-0/+10
|
* [test/helper] Render info_dict with a final commaPhilipp Hagemeister2015-02-181-1/+1
|
* [test/helper] Only output a newline for forgotten keys if keys are really ↵Philipp Hagemeister2015-02-181-1/+3
| | | | missing
* [franceculture] Rewrite for new HTML scheme (Fixes #4853)Philipp Hagemeister2015-02-031-0/+10
|
* [test/helper] Clarify which keys have to be addedPhilipp Hagemeister2015-01-301-3/+9
|
* [audiomack:album] Update testcasePhilipp Hagemeister2015-01-251-1/+1
|
* [netzkino] Add new extractor (Fixes #4669)Philipp Hagemeister2015-01-091-0/+14
|
* Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister2015-01-071-12/+2
|
* expect_info_dict actual-expected argument consistencySergey M․2014-12-261-1/+1
|
* [test_unicode_literals] Fix testPhilipp Hagemeister2014-12-121-1/+3
|
* [test/helper] Fix newlines in output of missing test fieldsPhilipp Hagemeister2014-11-261-1/+1
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-4/+4
|
* PEP8 appliedJouke Waleson2014-11-231-2/+4
|
* [test/helper] Improve outputPhilipp Hagemeister2014-11-131-1/+2
|
* [tests] Don't auto init YoutubeDLJaime Marquínez Ferrándiz2014-11-021-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 Hagemeister2014-10-261-0/+10
|
* [viddler] Use APIPhilipp Hagemeister2014-10-251-1/+1
|
* [test/helper] Improve output of missing test definition dictionariesPhilipp Hagemeister2014-09-291-1/+10
|
* [test/helper] ModernizePhilipp Hagemeister2014-09-291-9/+11
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-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 extractorPhilipp Hagemeister2014-08-251-1/+4
|
* Allow playlist test definitions in test_download.Philipp Hagemeister2014-08-211-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 methodPhilipp Hagemeister2014-07-231-2/+2
|
* [test_playlist] Add and use assertGreaterEqualPhilipp Hagemeister2014-07-211-0/+7
|
* [test/helper] Clarify which field failed an assertionPhilipp Hagemeister2014-05-131-1/+1
|
* [YoutubeDL] Add simple tests for format_note (Closes #2825)Philipp Hagemeister2014-04-301-0/+14
|
* [test helper] Correct only_matching test gatheringPhilipp Hagemeister2014-04-211-1/+1
|
* [test_all_urls] Add support for distributed URL matching test definitionPhilipp Hagemeister2014-04-191-4/+10
|
* [instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister2014-03-231-0/+18
|
* [test] Move expect_info_dict out of test_downloadPhilipp Hagemeister2014-03-231-1/+28
|
* [test] Rename get_testcases to gettestcasesPhilipp Hagemeister2014-03-171-1/+1
| | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-4/+0
|
* [tests] don't fail on network errorsFilippo Valsorda2013-10-281-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 supportPhilipp Hagemeister2013-10-181-2/+2
|
* Simplify testsPhilipp Hagemeister2013-10-151-10/+18
| | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* Simplify test setupPhilipp Hagemeister2013-10-071-6/+1
|
* Move try_rm to test helpersPhilipp Hagemeister2013-10-061-3/+19
|
* [fixup] remove unnecessary commented functionFilippo Valsorda2013-10-051-6/+0
|