-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpytest.ini
More file actions
24 lines (23 loc) · 817 Bytes
/
pytest.ini
File metadata and controls
24 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[pytest]
addopts = --cov . --cov-report term --cov-report html --cov-report xml --ds=main.settings --reuse-db
norecursedirs = node_modules .git .tox static templates .* CVS _darcs {arch} *.egg
markers =
betamax: test requires betamax
skip_nplusone_check: test requires skipping n+1 query checks
# In addition to existing env variables
env =
CELERY_TASK_ALWAYS_EAGER=True
DEBUG=False
OCW_WEBHOOK_KEY=fake_key
OPENSEARCH_INDEX=testindex
MITOL_COOKIE_DOMAIN=localhost
MITOL_COOKIE_NAME=cookie_monster
MITOL_ENVIRONMENT=pytest
MITOL_FEATURES_DEFAULT=False
MITOL_SECURE_SSL_REDIRECT=False
MITOL_USE_S3=False
SENTRY_DSN=
TIKA_CLIENT_ONLY=True
POSTHOG_PERSONAL_API_KEY=fake_key # pragma: allowlist secret
POSTHOG_PROJECT_API_KEY=fake_key # pragma: allowlist secret
POSTHOG_PROJECT_ID=1234