system-prompts-and-models-o.../salesflow-saas/backend/pytest.ini
2026-04-04 18:04:21 +03:00

9 lines
273 B
INI

[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =
ignore::DeprecationWarning
markers =
launch: pre-release surface & scenario checks (run with: pytest -m launch)
slow: tests that hit external IO or long LangGraph paths