Serve documentation from the operator UI

This commit is contained in:
Emil
2026-08-02 15:50:07 +03:00
parent 284aef5d6f
commit f20cc7fe00
72 changed files with 3509 additions and 698 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ def test_exact_verifier_rejects_owner_equivocation_without_leaking_identity() ->
"candidate_count": 3,
"equivocating_owner_count": 1,
}
assert candidates.candidates[0].owner_id not in json.dumps(decision.to_dict())
assert (candidates.candidates[0].owner_id or "") not in json.dumps(decision.to_dict())
def test_numeric_verifier_accepts_nested_values_with_absolute_and_relative_tolerance() -> None: