Run all tests at all API versions
This commit is contained in:
parent
afde3b2231
commit
9cbbd1bd47
8 changed files with 37 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue