6 lines
75 B
Python
6 lines
75 B
Python
from dbus_fast.main import add
|
|
|
|
|
|
def test_add():
|
|
assert add(1, 1) == 2
|