mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
17 lines
560 B
INI
17 lines
560 B
INI
[pytest]
|
|
pythonpath = /letta
|
|
testpaths = /tests
|
|
asyncio_mode = auto
|
|
filterwarnings =
|
|
ignore::pytest.PytestRemovedIn9Warning
|
|
markers =
|
|
local_sandbox: mark test as part of local sandbox tests
|
|
e2b_sandbox: mark test as part of E2B sandbox tests
|
|
openai_basic: Tests for OpenAI endpoints
|
|
anthropic_basic: Tests for Anthropic endpoints
|
|
azure_basic: Tests for Azure endpoints
|
|
gemini_basic: Tests for Gemini endpoints
|
|
async_client_test: mark test as an async client test that is skipped by default
|
|
|
|
addopts = -m "not async_client_test"
|