d117ba09e8
Introduce beta submodule with beta features - pause and resume Update Sandbox list to also return paused sandboxes --------- Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
8 lines
164 B
INI
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"
|