0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/pytest.ini

13 lines
215 B
INI
Raw Normal View History

[pytest]
env =
DEBUG=1
TEST=1
DJANGO_SETTINGS_MODULE = posthog.settings
addopts = -p no:warnings -p no:randomly --reuse-db
markers =
ee
clickhouse_only
skip_on_multitenancy
async_migrations