We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7af1f5 commit 0d3867aCopy full SHA for 0d3867a
tests/unit/sdk/agent/test_job_config_serialization.py
@@ -14,7 +14,7 @@
14
15
16
class TestRockEnvironmentConfigInheritance:
17
- """RockEnvironmentConfig 应同时继承 SandboxConfig 和 HarborEnvConfig。"""
+ """RockEnvironmentConfig should inherit from both SandboxConfig and EnvironmentConfig."""
18
19
def test_is_sandbox_config_subclass(self):
20
from rock.sdk.sandbox.config import SandboxConfig
@@ -54,7 +54,7 @@ def test_harbor_fields_settable(self):
54
55
56
class TestToHarborEnvironment:
57
- """to_harbor_environment() 应只返回 harbor 原生字段。"""
+ """to_harbor_environment() should return only harbor-native fields."""
58
59
def test_returns_harbor_fields_only(self):
60
env = RockEnvironmentConfig(force_build=True, override_cpus=4)
0 commit comments