MCPcopy Create free account
hub / github.com/HisMax/RedInk / sample_outline

Function sample_outline

tests/conftest.py:49–58  ·  view source on GitHub ↗

示例大纲数据

()

Source from the content-addressed store, hash-verified

47
48@pytest.fixture
49def sample_outline():
50 """示例大纲数据"""
51 return {
52 "raw": "这是原始大纲文本",
53 "pages": [
54 {"index": 0, "type": "cover", "content": "封面:秋季穿搭指南"},
55 {"index": 1, "type": "content", "content": "内容1:基础款搭配"},
56 {"index": 2, "type": "summary", "content": "总结:穿搭要点"}
57 ]
58 }
59
60
61@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected