chore(v2): establish protocol and test foundation

This commit is contained in:
2026-07-27 18:44:47 +02:00
parent 33b0c21292
commit 791f4526f9
86 changed files with 4060 additions and 2582 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
from __future__ import annotations
from pathlib import Path
import subprocess
import sys
from pathlib import Path
ROOT = Path(__file__).parents[2]
-1
View File
@@ -7,7 +7,6 @@ from typing import Any
import jsonschema
import pytest
ROOT = Path(__file__).parents[2]
CONTRACT = ROOT / "contracts" / "repository" / "v1"
FIXTURES = CONTRACT / "fixtures"