chore(v2): establish protocol and test foundation
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Vendored
Reference in New Issue
Block a user