- Add smart httpx MockTransport routing based on endpoint paths - Render HTML fixtures via Jinja templates populated from JSON data - Introduce explicit, typed HTML parsers for semantic and table-based content - Add end-to-end tests covering scraper → content → parser → Pydantic models - Enforce explicit output contracts and avoid default dict-based parsing
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"title": "Test Page",
|
|
"description": "Simple test page",
|
|
"content": "Hello World",
|
|
"link_url": "https://example.com",
|
|
"link_text": "Link"
|
|
}
|