dbus-fast/tests/test_main.py
2022-09-09 08:37:05 -05:00

6 lines
75 B
Python

from dbus_fast.main import add
def test_add():
assert add(1, 1) == 2