docs
This commit is contained in:
@@ -137,6 +137,14 @@ def test_info_shape() -> None:
|
||||
assert "text-to-triples" in body["capabilities"]
|
||||
|
||||
|
||||
def test_phase0_does_not_mount_future_extraction_route() -> None:
|
||||
"""Phase 0 app startup must not depend on Phase 1 extraction packages."""
|
||||
ctx = _make_mock_context([])
|
||||
with _client_with_context(ctx) as client:
|
||||
response = client.post("/api/v1/extract/url", params={"url": "https://example.com"})
|
||||
assert response.status_code == 404
|
||||
|
||||
|
||||
# ─── /flush ───────────────────────────────────────────────────────────────
|
||||
def test_flush_requires_confirmation_token() -> None:
|
||||
ctx = _make_mock_context([])
|
||||
|
||||
Reference in New Issue
Block a user