mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-04-25 15:11:26 +00:00
Tests: Use full import path in test collector
This commit is contained in:
@ -2,7 +2,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
import tomllib
|
import tomllib
|
||||||
|
|
||||||
from .bpf_test_case import BpfTestCase
|
from tests.framework.bpf_test_case import BpfTestCase
|
||||||
|
|
||||||
TESTS_DIR = Path(__file__).parent.parent
|
TESTS_DIR = Path(__file__).parent.parent
|
||||||
CONFIG_FILE = TESTS_DIR / "test_config.toml"
|
CONFIG_FILE = TESTS_DIR / "test_config.toml"
|
||||||
|
|||||||
Reference in New Issue
Block a user