git-subtree-dir: apps/core git-subtree-mainline: a8963e11e7a5a0059acbc849ce768e1eee80df61 git-subtree-split: ea2a7395f4023f5b9fab03e6273db3b64a1181d5
10 lines
254 B
INI
10 lines
254 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
|