mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:15:44 +01:00
50b12d9bb7
* set debug, test, and primary_db env variables based on context * remove unnecessary print * also use pytest.ini for some tests run straight from pytest at the CLI
12 lines
179 B
INI
12 lines
179 B
INI
[pytest]
|
|
env =
|
|
DEBUG=1
|
|
TEST=1
|
|
DJANGO_SETTINGS_MODULE = posthog.settings
|
|
addopts = -p no:warnings --reuse-db
|
|
|
|
markers =
|
|
ee
|
|
clickhouse_only
|
|
skip_on_multitenancy
|