chore: initial commit
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
5
tests/test_main.py
Normal file
5
tests/test_main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from dbus_fast.main import add
|
||||
|
||||
|
||||
def test_add():
|
||||
assert add(1, 1) == 2
|
||||
Reference in New Issue
Block a user