technical-debt-engine-runtime 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/PKG-INFO +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/pyproject.toml +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_cli/main.py +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/dependency_health.py +3 -2
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/policies/generation-1.json +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/runtime.py +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/PKG-INFO +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_cli.py +2 -2
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_coverage.py +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_dependency_health.py +11 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_public_policy_configuration.py +2 -2
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_runtime.py +1 -1
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/README.md +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/setup.cfg +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_cli/__init__.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/__init__.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/analyzer_discovery.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/assessment.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/baseline.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/code_size.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/complexity.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/configuration.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/coverage.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/differential.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/docker_artifact.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/evidence_store.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/execution.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/maintainability.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/models.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/policies/__init__.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/policy.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/profiles/__init__.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/profiles/minimal.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/profiles/standard.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/query.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/registries.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/release_bundle.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/release_candidate.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/release_certification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/release_publication.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/release_qualification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/repository_qualification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/runtime_qualification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/__init__.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/assessment-decision-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/assessment-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/capability-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/common.schema.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/differential-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/policy-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/schemas/repository-qualification-evidence.json +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/software_assurance.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/trend.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/trusted_delivery.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/SOURCES.txt +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/dependency_links.txt +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/entry_points.txt +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/requires.txt +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/technical_debt_engine_runtime.egg-info/top_level.txt +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_baseline.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_build_reproducibility.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_capability_platform.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_code_size.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_complexity.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_docker_artifact.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_evidence_store.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_execution.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_policy.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_public_artifacts.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_query.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_release_bundle.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_release_candidate.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_release_certification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_release_publication.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_release_qualification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_runtime_qualification.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_software_assurance.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_trend.py +0 -0
- {technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_trusted_delivery.py +0 -0
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_cli/main.py
RENAMED
|
@@ -29,7 +29,7 @@ from tde_runtime.repository_qualification import (QualificationRegistry,
|
|
|
29
29
|
from tde_runtime.differential import AssessmentBaselineRegistry, DifferentialEngine, DifferentialError
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
CLI_VERSION = "1.0.
|
|
32
|
+
CLI_VERSION = "1.0.2"
|
|
33
33
|
GENERATION = "1"
|
|
34
34
|
|
|
35
35
|
|
|
@@ -99,6 +99,8 @@ def _nuget(root: Path, timeout: int, settings: Mapping[str, Any] | None = None)
|
|
|
99
99
|
if not dotnet: return _record("NuGet", "dotnet", sorted(set(direct)), None, None, None, {"id": "dotnet", "version": "UNAVAILABLE"}, "", [_limitation("dependency_health.dotnet.unavailable", "dotnet was not found on PATH")])
|
|
100
100
|
try: selected_framework = _nuget_framework(settings)
|
|
101
101
|
except ValueError as error: return _configuration_failed("NuGet", "dotnet", str(error))
|
|
102
|
+
if selected_framework and not any(selected_framework in _project_frameworks(project) for project in projects):
|
|
103
|
+
return _configuration_failed("NuGet", "dotnet", f"configured nugetFramework '{selected_framework}' is not declared by any project")
|
|
102
104
|
raw, outdated, transitive, limitations = [], [], [], []
|
|
103
105
|
for project in projects:
|
|
104
106
|
try:
|
|
@@ -131,8 +133,7 @@ def _nuget_framework(settings: Mapping[str, Any] | None) -> str | None:
|
|
|
131
133
|
|
|
132
134
|
|
|
133
135
|
def _nuget_project(dotnet: str, root: Path, project: Path, framework: str | None, timeout: int) -> tuple[str, list[str], list[str]]:
|
|
134
|
-
|
|
135
|
-
raise ValueError(f"{project}: configured nugetFramework '{framework}' is not declared by the project")
|
|
136
|
+
framework = framework if framework in _project_frameworks(project) else None
|
|
136
137
|
command = [dotnet, "package", "list", "--project", str(project), "--outdated", "--include-transitive", "--format", "json"]
|
|
137
138
|
if framework: command.extend(["--framework", framework])
|
|
138
139
|
completed = subprocess.run(command, cwd=root, capture_output=True, text=True, timeout=timeout, check=False)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Default, language-independent Generation 1 qualification policy.",
|
|
7
7
|
"supportedCapabilities": ["code_size", "complexity", "coverage", "dependency_health"],
|
|
8
8
|
"supportedSchemas": ["1.0.0"],
|
|
9
|
-
"supportedRuntimeVersions": ["0.2.0", "1.0.0rc1", "1.0.0rc2", "1.0.0rc3", "1.0.0", "1.0.1"],
|
|
9
|
+
"supportedRuntimeVersions": ["0.2.0", "1.0.0rc1", "1.0.0rc2", "1.0.0rc3", "1.0.0", "1.0.1", "1.0.2"],
|
|
10
10
|
"rules": [
|
|
11
11
|
{"id": "code_size.repository_lines", "type": "threshold", "capability": "code_size", "metric": "code_size.code_lines", "operator": "greater_than", "threshold": {"warning": 25000, "blocking": 50000}, "severity": {"warning": "WARNING", "blocking": "BLOCKING"}, "enabled": true, "rationale": "Large repositories require deliberate decomposition without treating established product repositories as a blocking condition."},
|
|
12
12
|
{"id": "complexity.maximum", "type": "threshold", "capability": "complexity", "metric": "complexity.cyclomatic.maximum", "operator": "greater_than", "threshold": {"warning": 15, "blocking": 30}, "severity": {"warning": "WARNING", "blocking": "BLOCKING"}, "enabled": true, "rationale": "High cyclomatic complexity impedes safe change; the blocking threshold accommodates the current measured maximum while retaining a warning signal."},
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_cli.py
RENAMED
|
@@ -41,8 +41,8 @@ class CliFoundationTests(unittest.TestCase):
|
|
|
41
41
|
code, output = self.invoke("--format", "json", "--version")
|
|
42
42
|
self.assertEqual(ExitCode.SUCCESS, code)
|
|
43
43
|
version = json.loads(output)
|
|
44
|
-
self.assertEqual("1.0.
|
|
45
|
-
self.assertEqual("1.0.
|
|
44
|
+
self.assertEqual("1.0.2", version["cliVersion"])
|
|
45
|
+
self.assertEqual("1.0.2", version["runtimeVersion"])
|
|
46
46
|
self.assertEqual("1.0.0", version["schemaVersion"])
|
|
47
47
|
self.assertEqual("1", version["generation"])
|
|
48
48
|
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_coverage.py
RENAMED
|
@@ -101,7 +101,7 @@ class CoverageBlackBoxTests(unittest.TestCase):
|
|
|
101
101
|
|
|
102
102
|
def test_policy_threshold_uses_coverage_without_runtime_specific_policy_logic(self) -> None:
|
|
103
103
|
(self.root / "coverage.xml").write_text(COBERTURA, encoding="utf-8")
|
|
104
|
-
policy = {"identifier": "coverage-policy", "version": "1.0.0", "scope": "repository", "owner": "tests", "description": "coverage threshold", "supportedCapabilities": ["coverage"], "supportedSchemas": ["1.0.0"], "supportedRuntimeVersions": ["1.0.
|
|
104
|
+
policy = {"identifier": "coverage-policy", "version": "1.0.0", "scope": "repository", "owner": "tests", "description": "coverage threshold", "supportedCapabilities": ["coverage"], "supportedSchemas": ["1.0.0"], "supportedRuntimeVersions": ["1.0.2"], "rules": [{"id": "minimum-line-coverage", "type": "threshold", "capability": "coverage", "metric": "coverage.line_coverage", "operator": "less_than", "threshold": {"warning": 80, "blocking": 60}, "severity": {"warning": "WARNING", "blocking": "BLOCKING"}, "enabled": True, "rationale": "coverage floor"}]}
|
|
105
105
|
path = self.root / "policy.json"; path.write_text(json.dumps(policy), encoding="utf-8")
|
|
106
106
|
code, result = self.invoke("--policy", str(path), "assess", "--capability", "coverage", str(self.root))
|
|
107
107
|
self.assertEqual(ExitCode.FAILED, code)
|
|
@@ -71,7 +71,7 @@ class DependencyHealthBlackBoxTests(unittest.TestCase):
|
|
|
71
71
|
|
|
72
72
|
def test_unknown_dependency_and_policy_are_evaluated(self) -> None:
|
|
73
73
|
self.project(missing=True); self.npm({})
|
|
74
|
-
policy = {"identifier": "dependency-policy", "version": "1.0.0", "scope": "repository", "owner": "tests", "description": "dependency threshold", "supportedCapabilities": ["dependency_health"], "supportedSchemas": ["1.0.0"], "supportedRuntimeVersions": ["1.0.
|
|
74
|
+
policy = {"identifier": "dependency-policy", "version": "1.0.0", "scope": "repository", "owner": "tests", "description": "dependency threshold", "supportedCapabilities": ["dependency_health"], "supportedSchemas": ["1.0.0"], "supportedRuntimeVersions": ["1.0.2"], "rules": [{"id": "unknown", "type": "threshold", "capability": "dependency_health", "metric": "dependency_health.unknown_dependencies", "operator": "greater_than", "threshold": {"warning": 1, "blocking": 1}, "severity": {"warning": "WARNING", "blocking": "BLOCKING"}, "enabled": True, "rationale": "unknown dependencies"}]}
|
|
75
75
|
path = self.root / "policy.json"; path.write_text(json.dumps(policy), encoding="utf-8")
|
|
76
76
|
code, result = self.invoke("--policy", str(path), "assess", "--capability", "dependency_health", str(self.root))
|
|
77
77
|
self.assertEqual(ExitCode.FAILED, code)
|
|
@@ -116,6 +116,16 @@ class DependencyHealthBlackBoxTests(unittest.TestCase):
|
|
|
116
116
|
ecosystem = result["evidence"]["adapterResults"][0]["evidence"]["ecosystems"][0]
|
|
117
117
|
self.assertEqual(["Example"], ecosystem["outdatedDependencies"])
|
|
118
118
|
|
|
119
|
+
def test_nuget_framework_is_scoped_to_projects_that_declare_it(self) -> None:
|
|
120
|
+
app = self.root / "app.csproj"; tests = self.root / "tests.csproj"
|
|
121
|
+
app.write_text('<Project><PropertyGroup><TargetFrameworks>net10.0-maccatalyst;net10.0-windows10.0.19041.0</TargetFrameworks></PropertyGroup><ItemGroup><PackageReference Include="App" Version="1.0.0" /></ItemGroup></Project>', encoding="utf-8")
|
|
122
|
+
tests.write_text('<Project><PropertyGroup><TargetFramework>net10.0</TargetFramework></PropertyGroup><ItemGroup><PackageReference Include="Tests" Version="1.0.0" /></ItemGroup></Project>', encoding="utf-8")
|
|
123
|
+
(self.root / ".tde.yml").write_text("capabilities:\n dependency_health:\n nugetFramework: net10.0-windows10.0.19041.0\n", encoding="utf-8")
|
|
124
|
+
payload = {"projects": [{"frameworks": [{"topLevelPackages": [], "transitivePackages": []}]}]}
|
|
125
|
+
self.tool("dotnet", 'if [ "$1" = "--version" ]; then echo "10.0"; else case "$*" in *app.csproj*--framework\ net10.0-windows10.0.19041.0*) printf "%s\\n" \'' + json.dumps(payload) + '\';; *tests.csproj*) case "$*" in *--framework*) exit 1;; *) printf "%s\\n" \'' + json.dumps(payload) + '\';; esac;; *) exit 1;; esac; fi\n')
|
|
126
|
+
code, _ = self.assess()
|
|
127
|
+
self.assertEqual(ExitCode.SUCCESS, code)
|
|
128
|
+
|
|
119
129
|
def test_nuget_rejects_framework_not_declared_by_project(self) -> None:
|
|
120
130
|
(self.root / "app.csproj").write_text('<Project><PropertyGroup><TargetFramework>net10.0</TargetFramework></PropertyGroup><ItemGroup><PackageReference Include="Example" Version="1.0.0" /></ItemGroup></Project>', encoding="utf-8")
|
|
121
131
|
(self.root / ".tde.yml").write_text("capabilities:\n dependency_health:\n nugetFramework: net10.0-windows10.0.19041.0\n", encoding="utf-8")
|
|
@@ -51,7 +51,7 @@ class PublicPolicyConfigurationTests(unittest.TestCase):
|
|
|
51
51
|
"identifier": "example.code-size", "version": "2026.1", "scope": "repository",
|
|
52
52
|
"owner": "example", "description": "Example organization policy.",
|
|
53
53
|
"supportedCapabilities": ["code_size"], "supportedSchemas": ["1.0.0"],
|
|
54
|
-
"supportedRuntimeVersions": ["1.0.
|
|
54
|
+
"supportedRuntimeVersions": ["1.0.2"],
|
|
55
55
|
"rules": [{"id": "example.code-size.lines", "type": "threshold", "capability": "code_size",
|
|
56
56
|
"metric": "code_size.code_lines", "operator": "greater_than",
|
|
57
57
|
"threshold": {"warning": threshold, "blocking": threshold + 1000},
|
|
@@ -93,7 +93,7 @@ class PublicPolicyConfigurationTests(unittest.TestCase):
|
|
|
93
93
|
*evidence["assessment"]["capabilityExecutions"]]:
|
|
94
94
|
self.assertEqual("1.0.0", item["schema"]["version"])
|
|
95
95
|
self.assertEqual("1", item["schema"]["compatibilityVersion"])
|
|
96
|
-
self.assertEqual("1.0.
|
|
96
|
+
self.assertEqual("1.0.2", item["schema"]["runtimeVersion"])
|
|
97
97
|
record = next((location / "evidence").glob("*.json"))
|
|
98
98
|
persisted = json.loads(record.read_text(encoding="utf-8"))
|
|
99
99
|
persisted["evidence"]["policyEvidence"]["schema"]["version"] = "999.0.0"
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_runtime.py
RENAMED
|
@@ -61,7 +61,7 @@ class RuntimeFoundationTests(unittest.TestCase):
|
|
|
61
61
|
|
|
62
62
|
def test_context_contains_canonical_runtime_values(self) -> None:
|
|
63
63
|
result = Runtime().execute(self.root)
|
|
64
|
-
self.assertEqual("1.0.
|
|
64
|
+
self.assertEqual("1.0.2", result.context.runtime_version)
|
|
65
65
|
self.assertEqual("1.0.0", result.context.schema_version)
|
|
66
66
|
self.assertTrue(result.context.execution_id.startswith("execution."))
|
|
67
67
|
self.assertEqual("content_digest", result.context.candidate["identityType"])
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/query.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/src/tde_runtime/trend.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_baseline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_code_size.py
RENAMED
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_complexity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_execution.py
RENAMED
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_policy.py
RENAMED
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_query.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{technical_debt_engine_runtime-1.0.1 → technical_debt_engine_runtime-1.0.2}/tests/test_trend.py
RENAMED
|
File without changes
|
|
File without changes
|