summaryrefslogtreecommitdiffstats
path: root/test/test_age_restriction.py
Commit message (Collapse)AuthorAgeFilesLines
* [test_age_restriction] remove misbehaving testPhilipp Hagemeister2015-01-081-5/+0
| | | | We now test for the age_limit being set right in test_download, so we don't need more than two tests for the actual age limit handling.
* [tests] ModernizePhilipp Hagemeister2014-11-161-1/+2
|
* Update test_age_restriction.pySimon W. Jackson2014-05-211-1/+1
| | | typo
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+1
|
* Adapt age restriction tests to new .info.json filenamesPhilipp Hagemeister2013-11-201-1/+1
|
* Simplify testsPhilipp Hagemeister2013-10-151-4/+6
| | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* Add support for single-test tox runsFilippo Valsorda2013-10-121-1/+1
| | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
* Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+53
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn.