Files
e2b-dev--e2b/packages/python-sdk/pytest.ini
T
2024-10-22 13:38:24 -07:00

8 lines
164 B
INI

# content of pytest.ini
[pytest]
markers =
skip_debug: skip test if E2B_DEBUG is set.
asyncio_mode=auto
addopts = "--import-mode=importlib" "--numprocesses=2"