Files
e2b-dev--e2b/packages/python-sdk/pytest.ini
T
2024-09-13 15:37:19 +02: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=4"