add sentry client
This commit is contained in:
14
client-packages/sentry-auth-passbook/conftest.py
Normal file
14
client-packages/sentry-auth-passbook/conftest.py
Normal file
@ -0,0 +1,14 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Run tests against sqlite for simplicity
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__)))
|
||||
|
||||
os.environ.setdefault('DB', 'sqlite')
|
||||
|
||||
pytest_plugins = [
|
||||
'sentry.utils.pytest'
|
||||
]
|
Reference in New Issue
Block a user