@@ -26,10 +26,10 @@ def test_public_readme_positions_ksadk_as_runtime_platform():
2626 "文档与样例" ,
2727 "相关项目" ,
2828 "参与贡献" ,
29- "public-docs/assets/ ksadk-runtime-platform-hero-wide.png" ,
30- "public-docs/assets/ ksadk-web-ui-screenshot.png" ,
31- "public-docs/assets/ ksadk-local-debugging-demo.gif" ,
32- "public-docs/assets/ ksadk-runtime-architecture.png" ,
29+ "ksadk-runtime-platform-hero-wide.png" ,
30+ "ksadk-web-ui-screenshot.png" ,
31+ "ksadk-local-debugging-demo.gif" ,
32+ "ksadk-runtime-architecture.png" ,
3333 ):
3434 assert expected in readme
3535
@@ -46,10 +46,10 @@ def test_public_readme_language_variants_keep_homepage_shape():
4646
4747 for text in (zh_readme , en_readme ):
4848 assert "Kingsoft Cloud Agent Development Kit" in text
49- assert "public-docs/assets/ ksadk-runtime-platform-hero-wide.png" in text
50- assert "public-docs/assets/ ksadk-web-ui-screenshot.png" in text
51- assert "public-docs/assets/ ksadk-local-debugging-demo.gif" in text
52- assert "public-docs/assets/ ksadk-runtime-architecture.png" in text
49+ assert "ksadk-runtime-platform-hero-wide.png" in text
50+ assert "ksadk-web-ui-screenshot.png" in text
51+ assert "ksadk-local-debugging-demo.gif" in text
52+ assert "ksadk-runtime-architecture.png" in text
5353 assert "发布版本:" not in text
5454 assert "## 0.6." not in text
5555
0 commit comments