A lot of our tests copied the setUp code from our TestSampleTest.py:
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)This code does nothing unless we actually do any setUp work in there, so let's remove all these method definitions.