aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* [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