Run all tests at all API versions

This commit is contained in:
sneakypete81 2013-04-20 11:48:58 +01:00
parent afde3b2231
commit 9cbbd1bd47
8 changed files with 37 additions and 2 deletions

View file

@ -4,6 +4,8 @@ import openphoto
import test_base
class TestFramework(test_base.TestBase):
testcase_name = "framework"
def setUp(self):
"""Override the default setUp, since we don't need a populated database"""
logging.info("\nRunning %s..." % self.id())