mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
9 lines
273 B
INI
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
|