Merge branch 'ncc1701' of https://bitbucket.org/yackob03/quay into ncc1701
This commit is contained in:
commit
bdf2b02c1a
6 changed files with 258 additions and 7 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue