Skip to content

Commit 0d3867a

Browse files
BCeZnclaude
andcommitted
test: replace Chinese docstrings with English in test_job_config_serialization
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e7af1f5 commit 0d3867a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sdk/agent/test_job_config_serialization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class TestRockEnvironmentConfigInheritance:
17-
"""RockEnvironmentConfig 应同时继承 SandboxConfig 和 HarborEnvConfig。"""
17+
"""RockEnvironmentConfig should inherit from both SandboxConfig and EnvironmentConfig."""
1818

1919
def test_is_sandbox_config_subclass(self):
2020
from rock.sdk.sandbox.config import SandboxConfig
@@ -54,7 +54,7 @@ def test_harbor_fields_settable(self):
5454

5555

5656
class TestToHarborEnvironment:
57-
"""to_harbor_environment() 应只返回 harbor 原生字段。"""
57+
"""to_harbor_environment() should return only harbor-native fields."""
5858

5959
def test_returns_harbor_fields_only(self):
6060
env = RockEnvironmentConfig(force_build=True, override_cpus=4)

0 commit comments

Comments
 (0)