Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
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
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up