forked from openai/openai-agents-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (16 loc) · 789 Bytes
/
Copy pathpytest.ini
File metadata and controls
16 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = session
asyncio_default_test_loop_scope = session
timeout = 75
testpaths = .
markers =
packaging: Distribution contents and installed-package boundaries.
extras: Independently installed optional dependency groups.
core: Live OpenAI Responses and Chat Completions coverage.
providers: Live AnyLLM and LiteLLM provider-adapter coverage.
realtime: Live OpenAI Realtime WebSocket coverage.
voice: Live OpenAI speech-to-text and text-to-speech coverage.
hosted: Live hosted MCP, multi-agent, and programmatic tool coverage.
nightly: Extended integration coverage selected by the nightly and manual profiles.
manual: Expensive or externally provisioned integration coverage selected manually.