refactor: extract validation and truth modules from common.py

This commit is contained in:
Abdessamad Derraz
2026-03-29 16:41:24 +02:00
parent 95e16c9e7a
commit 3c7fc26354
9 changed files with 747 additions and 710 deletions

View File

@@ -16,7 +16,8 @@ import os
import sys
sys.path.insert(0, os.path.dirname(__file__))
from common import diff_platform_truth, list_registered_platforms, load_platform_config
from common import list_registered_platforms, load_platform_config
from truth import diff_platform_truth
try:
import yaml