MCPcopy Index your code
hub / github.com/shroominic/codeinterpreter-api / test_codebox

Function test_codebox

tests/general_test.py:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_codebox() -> None:
7 session = CodeInterpreterSession()
8 assert run_sync(session), "Failed to run sync CodeInterpreterSession remotely"
9 assert asyncio.run(
10 run_async(session)
11 ), "Failed to run async CodeInterpreterSession remotely"
12
13
14def test_localbox() -> None:

Callers 1

general_test.pyFile · 0.85

Calls 3

run_syncFunction · 0.85
run_asyncFunction · 0.85

Tested by

no test coverage detected