-
Notifications
You must be signed in to change notification settings - Fork 18
/
pytest.ini
29 lines (27 loc) · 1.05 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[pytest]
testpaths = tests
env =
NOTIFY_ENVIRONMENT=test
NOTIFICATION_QUEUE_PREFIX=testing
AWS_ACCESS_KEY_ID='testing'
AWS_SECRET_ACCESS_KEY='testing'
AWS_SECURITY_TOKEN='testing'
AWS_SESSION_TOKEN='testing'
AWS_US_TOLL_FREE_NUMBER='+18005555555'
FRESH_DESK_PRODUCT_ID=42
FRESH_DESK_API_URL=https://freshdesk-test.com
FRESH_DESK_API_KEY=freshdesk-api-key
AWS_REGION=ca-central-1
ASSET_DOMAIN=assets.notification.canada.ca
NOTIFY_EMAIL_DOMAIN=notification.canada.ca
AWS_EMF_ENVIRONMENT=local
D:FF_CELERY_CUSTOM_TASK_PARAMS=True
D:FF_SALESFORCE_CONTACT=True
D:FF_CLOUDWATCH_METRICS_ENABLED=True
D:REDIS_URL=redis://localhost:6380
D:SALESFORCE_USERNAME=testuser
D:SALESFORCE_PASSWORD=testpassword
D:DOCUMENTATION_DOMAIN=documentation.notification.canada.ca
D:SQLALCHEMY_DATABASE_URI=postgresql://postgres:postgres@localhost:5432/test_notification_api
D:SQLALCHEMY_DATABASE_READER_URI=postgresql://reader:postgres@localhost:5432/test_notification_api
addopts = -v -p no:warnings -n1