Skip to content

Commit a2aa6e3

Browse files
committed
fix(tests): override engine options for sqlite
1 parent 9f0cc44 commit a2aa6e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

invenio_pidstore/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
>>> from flask import Flask
3737
>>> app = Flask('myapp')
3838
>>> app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite://'
39+
>>> app.config['SQLALCHEMY_ENGINE_OPTIONS'] = {}
3940
4041
You initialize PIDStore like a normal Flask extension, however Invenio-PIDStore
4142
is dependent on Invenio-DB so you need to initialize both extensions:

0 commit comments

Comments
 (0)