Tests: Use full import path in test collector

This commit is contained in:
Pragyansh Chaturvedi
2026-04-25 18:07:40 +05:30
parent 56db0d3738
commit 5ec86be7dd

View File

@ -2,7 +2,7 @@ from pathlib import Path
import tomllib
from .bpf_test_case import BpfTestCase
from tests.framework.bpf_test_case import BpfTestCase
TESTS_DIR = Path(__file__).parent.parent
CONFIG_FILE = TESTS_DIR / "test_config.toml"