Skip to content

Commit 57bfc24

Browse files
committed
test(sandbox): add sandbox ut
Co-developed-by: Aone Copilot <noreply@alibaba-inc.com> Signed-off-by: Sodawyx <sodawyx@126.com>
1 parent 85ab040 commit 57bfc24

17 files changed

+6887
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ omit = [
153153
"*.egg-info/*",
154154
# 缓存目录
155155
"*__pycache__*",
156-
# server 和 sandbox 模块
156+
# server 模块
157157
"agentrun/server/*",
158-
"agentrun/sandbox/*",
159158
# integration 模块(第三方集成,单独测试)
160159
"agentrun/integration/*",
161160
# MCP 客户端(需要外部 MCP 服务器)

tests/unittests/sandbox/__init__.py

Whitespace-only changes.

tests/unittests/sandbox/api/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)