We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db0d3 commit 5ec86beCopy full SHA for 5ec86be
1 file changed
tests/framework/collector.py
@@ -2,7 +2,7 @@
2
3
import tomllib
4
5
-from .bpf_test_case import BpfTestCase
+from tests.framework.bpf_test_case import BpfTestCase
6
7
TESTS_DIR = Path(__file__).parent.parent
8
CONFIG_FILE = TESTS_DIR / "test_config.toml"
0 commit comments