mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
313de83cb8
* chore(tests): add pytest-randomly plugin to randomize test run order * Update snapshots * Update snapshots * Update snapshots Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
13 lines
215 B
INI
13 lines
215 B
INI
[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
|