Print pylibbpf dir in test

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 10:29:48 +05:30
parent 298df7ede6
commit 87c698e940

View File

@ -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)