Files
notifications-api/pytest.ini
Leo Hemsted 9726edf68d bump utils
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
2019-08-02 12:41:03 +01:00

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