feat(xrechnung): govern validation profile selection
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-23 17:53:23 +02:00
parent 94bad1dbad
commit b3ccc56eff
6 changed files with 265 additions and 6 deletions
+1 -1
View File
@@ -154,5 +154,5 @@ def test_technical_failures_never_trust_a_valid_looking_report(
def test_manifest_does_not_select_an_active_standard_version() -> None:
manifest = get_manifest()
assert manifest.version == "0.1.19"
assert manifest.version == "0.1.20"
assert "none is activated by default" in manifest.architecture.known_limits[0].lower()