feat: fix preserve escaped newlines in frontmatter & update tests & ci workflows (#6783)

This commit is contained in:
Ruochen Pan
2026-03-22 14:23:21 +08:00
committed by GitHub
parent ef43217117
commit 554c9cecfa
10 changed files with 129 additions and 21 deletions

View File

@@ -626,6 +626,7 @@ class TestComputerClient:
mock_config = MagicMock()
mock_config.get = lambda key, default=None: {
"provider_settings": {
"computer_use_runtime": "sandbox",
"sandbox": {
"booter": "shipyard",
"shipyard_endpoint": "http://localhost:8080",
@@ -677,6 +678,7 @@ class TestComputerClient:
mock_config = MagicMock()
mock_config.get = lambda key, default=None: {
"provider_settings": {
"computer_use_runtime": "sandbox",
"sandbox": {
"booter": "unknown_type",
}
@@ -700,6 +702,7 @@ class TestComputerClient:
mock_config = MagicMock()
mock_config.get = lambda key, default=None: {
"provider_settings": {
"computer_use_runtime": "sandbox",
"sandbox": {
"booter": "shipyard",
"shipyard_endpoint": "http://localhost:8080",
@@ -744,6 +747,7 @@ class TestComputerClient:
mock_config = MagicMock()
mock_config.get = lambda key, default=None: {
"provider_settings": {
"computer_use_runtime": "sandbox",
"sandbox": {
"booter": "shipyard",
"shipyard_endpoint": "http://localhost:8080",