diff --git a/tests/test_basic.py b/tests/test_basic.py index 31ac054..68f6cbe 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -2,6 +2,7 @@ import pylibbpf as m def test_main(): + print(dir(m)) assert m.__version__ == "0.0.6" prog = m.BpfObject("tests/execve2.o", structs={}) print(prog)