docs: complete public documentation baseline
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-22 07:55:20 +02:00
parent ff4380ffef
commit b4bb52d8b8
4 changed files with 23 additions and 3 deletions
+9
View File
@@ -23,6 +23,15 @@ class ManifestSeedTests(unittest.TestCase):
{"tickets_manager", "tickets_viewer"},
)
self.assertTrue(manifest.documentation)
topic = manifest.documentation[0]
self.assertEqual("reference", topic.metadata["kind"])
self.assertIn("seed_boundary", topic.metadata["consequence_classes"])
self.assertTrue(
all(
topic.translations.get("de", {}).get(field)
for field in ("title", "summary", "body")
)
)
self.assertIsNone(manifest.route_factory)
self.assertIsNone(manifest.migration_spec)
self.assertIsNone(manifest.frontend)