Commit Graph

61 Commits (673944b001447adb0de88c12fa22577a770d771a)

Author SHA1 Message Date
Philipp Hagemeister ff14fc4964 [test] Rename get_testcases to gettestcases
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
Philipp Hagemeister d0efb9ec9a [tests] Remove global_setup function
Filippo Valsorda dd508b7c4f [tests] don't fail on network errors
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
Philipp Hagemeister f4d96df0f1 Extend with --max-quality support
Philipp Hagemeister 44a5f1718a Simplify tests
* Make them directly executable again
* Move common stuff (md5, parameters) to helper
* Never import *
* General clean up
Philipp Hagemeister b2ad967e45 Simplify test setup
Philipp Hagemeister f4aac741d5 Move try_rm to test helpers
Filippo Valsorda 8932a66e49 [fixup] remove unnecessary commented function
Filippo Valsorda 00fcc17aee add capability to suppress expected warnings in tests
Philipp Hagemeister fc2c063e1e Move testcase generator to helper
Philipp Hagemeister 112da0a0ce Simplify FakeYDL