mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
Initial commit
This commit is contained in:
7
tests/test_basic.py
Normal file
7
tests/test_basic.py
Normal file
@ -0,0 +1,7 @@
|
||||
import cmake_example as m
|
||||
|
||||
|
||||
def test_main():
|
||||
assert m.__version__ == "0.0.1"
|
||||
assert m.add(1, 2) == 3
|
||||
assert m.subtract(1, 2) == -1
|
||||
Reference in New Issue
Block a user