aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add capability to suppress expected warnings in testsFilippo Valsorda2013-10-051-0/+15
|
* Move testcase generator to helperPhilipp Hagemeister2013-06-271-1/+12
|
* Simplify FakeYDLPhilipp Hagemeister2013-06-271-0/+33