aboutsummaryrefslogtreecommitdiff
path: root/test/helper.py
AgeCommit message (Collapse)Author
2014-08-28Move 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-25[generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister
2014-08-21Allow 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-07-23[test/helper] Do not use deprecated methodPhilipp Hagemeister
2014-07-21[test_playlist] Add and use assertGreaterEqualPhilipp Hagemeister
2014-05-13[test/helper] Clarify which field failed an assertionPhilipp Hagemeister
2014-04-30[YoutubeDL] Add simple tests for format_note (Closes #2825)Philipp Hagemeister
2014-04-21[test helper] Correct only_matching test gatheringPhilipp Hagemeister
2014-04-19[test_all_urls] Add support for distributed URL matching test definitionPhilipp Hagemeister
2014-03-23[instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister
2014-03-23[test] Move expect_info_dict out of test_downloadPhilipp Hagemeister
2014-03-17[test] Rename get_testcases to gettestcasesPhilipp Hagemeister
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-10-28[tests] don't fail on network errorsFilippo Valsorda
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
2013-10-18Extend #980 with --max-quality supportPhilipp Hagemeister
2013-10-15Simplify testsPhilipp Hagemeister
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-10-07Simplify test setupPhilipp Hagemeister
2013-10-06Move try_rm to test helpersPhilipp Hagemeister
2013-10-05[fixup] remove unnecessary commented functionFilippo Valsorda
2013-10-05add capability to suppress expected warnings in testsFilippo Valsorda
2013-06-27Move testcase generator to helperPhilipp Hagemeister
2013-06-27Simplify FakeYDLPhilipp Hagemeister