Release govoplan-views v0.1.22: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:54 +02:00
parent 9a53898388
commit 655aea6662
13 changed files with 235 additions and 13 deletions
@@ -56,6 +56,10 @@ class ViewsInterfaceDocumentationContractTests(unittest.TestCase):
)
)
self.assertEqual("reference", reference.metadata["kind"])
self.assertIn("shared navigation editor", workflow.body)
self.assertIn("gemeinsamen Navigationseditor", workflow.translations["de"]["body"])
self.assertIn("Views cannot create navigation", reference.body)
self.assertIn("keine Navigationssperren", reference.translations["de"]["body"])
if __name__ == "__main__":