generated from john/python-template
This commit is contained in:
@@ -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,
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user