aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+1
| | | | Closes #2419
* [cleanup] Minor fixespukkandan2022-01-211-1/+1
| | | | Closes #2334
* [youtube] Update testspukkandan2022-01-071-0/+4
|
* [KelbyOne] Add extractor (#2181)Ashish Gupta2022-01-011-1/+1
| | | | | Closes #2170 Authored by: Ashish0804
* [test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan2021-12-191-19/+25
| | | | so that it can be used by third party scripts
* [test/download] Ignore field `webpage_url_domain` (#2014)std-move2021-12-161-1/+1
| | | Authored by: std-move
* [test/download] Add more fieldspukkandan2021-12-151-4/+41
|
* [cleanup] Misc cleanuppukkandan2021-10-091-3/+3
|
* [test:download] Support testing with `ignore_no_formats_error`pukkandan2021-08-021-1/+4
|
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-0/+8
| | | | `nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-5/+5
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [skip travis] renamingUnknown2020-09-021-5/+5
| | | to avoid using same folder when using pip install for example
* [test/helper] Add support for maxcount and count collection len test checkersSergey M․2019-01-161-4/+30
|
* [extractor/common] Ensure response handle is not prematurely closed before ↵Xiao Di Guan2018-11-031-0/+10
| | | | it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447)
* [test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan2016-05-101-0/+5
|
* [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
|