mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
fix(python): mount session checkpoint policy
This commit is contained in:
@@ -15,7 +15,10 @@ from deepseek_harness_runtime import (
|
||||
def test_default_config_is_shipped_with_the_package() -> None:
|
||||
path = bundled_default_config_path()
|
||||
assert path == bundled_package_dir() / "runtime" / "cordis.yml"
|
||||
assert "@deepseek-ai/dsh-agent-spine-demo" in path.read_text()
|
||||
config = path.read_text()
|
||||
assert "@deepseek-ai/dsh-agent-spine-demo" in config
|
||||
assert "@deepseek-ai/dsh-session-persistence-jsonl" in config
|
||||
assert "@deepseek-ai/dsh-session-checkpoint-policy" in config
|
||||
|
||||
|
||||
def test_unknown_explicit_mode_fails_loud() -> None:
|
||||
|
||||
Reference in New Issue
Block a user