Merge branch 'ncc1701' of https://bitbucket.org/yackob03/quay into ncc1701

This commit is contained in:
Joseph Schorr 2014-04-10 00:27:51 -04:00
commit bdf2b02c1a
6 changed files with 258 additions and 7 deletions

View file

@ -70,12 +70,11 @@ class DefaultConfig(object):
TESTING = True
# DB config
DB_NAME = 'test/data/test.db'
DB_URI = 'sqlite:///test/data/test.db'
DB_CONNECTION_ARGS = {
'threadlocals': True,
'autorollback': True,
}
DB_DRIVER_NAME = "SqliteDatabase"
@staticmethod
def create_transaction(db):