Scrub references to older versions
Quality Gate / gate (push) Successful in 2m39s

This commit is contained in:
Jim Lancaster
2026-09-02 17:02:48 -05:00
parent eeb1888aa3
commit 065acad125
20 changed files with 70 additions and 545 deletions
@@ -1,4 +1,4 @@
"""V4.5 retranscription candidate and promotion tests."""
"""Retranscription candidate and promotion tests."""
from uuid import uuid4
@@ -20,7 +20,7 @@ def _services(default_session_factory, settings: Settings) -> ServiceBundle:
async def _seed_source(services: ServiceBundle) -> Source:
document = await services.documents.create_document(Document(name="V4.5 source"))
document = await services.documents.create_document(Document(name="candidate source"))
source = Source(
document_id=document.id,
page_number=1,
+2 -2
View File
@@ -1,4 +1,4 @@
"""Tests for deterministic V4.5 transcription warnings."""
"""Tests for deterministic transcription warnings."""
import pytest
@@ -8,7 +8,7 @@ from transcription.services.quality import quality_warning_payload
@pytest.mark.unit
def test_quality_analysis_reports_each_v45_warning_without_mutating_text():
def test_quality_analysis_reports_each_quality_warning_without_mutating_text():
text = (
"[document body handwritten]\n"
"[document body typewritten]\n"