Files
govoplan-files/tests/test_documentation_contract.py
zemion 74c26090d7
Module Package Release / publish-packages (push) Successful in 11s
docs(files): complete German reference coverage
2026-08-23 21:09:37 +02:00

8 lines
334 B
Python

from govoplan_files.backend.manifest import get_manifest
def test_static_documentation_has_complete_german_reference_copy() -> None:
for topic in get_manifest().documentation:
german = topic.translations.get("de", {})
assert all(german.get(field, "").strip() for field in ("title", "summary", "body")), topic.id