mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
also remove the `read().splitlines()` pattern from csv.reader usage, as it's redundant. also add .vscode to gitignore to accomodate my hipster IDE choices, and add some lines to pytest.ini so just running `py.test` uses some useful flags
10 lines
229 B
INI
10 lines
229 B
INI
[pytest]
|
|
testpaths = tests
|
|
env =
|
|
NOTIFY_ENVIRONMENT=test
|
|
MMG_API_KEY=mmg-secret-key
|
|
LOADTESTING_API_KEY=loadtesting
|
|
FIRETEXT_API_KEY=Firetext
|
|
NOTIFICATION_QUEUE_PREFIX=testing
|
|
addopts = -n 4 -v -p no:warnings
|