mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
10 lines
229 B
INI
10 lines
229 B
INI
[tool:pytest]
|
|
asyncio_mode = auto
|
|
testpaths = tests
|
|
python_files = test_*.py *_test.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -v --tb=short
|
|
env =
|
|
PYTHONPATH = .
|
|
filterwarnings = ignore::DeprecationWarning |