pybind11/tests/test_installed_target/test.py

4 lines
139 B
Python
Raw Normal View History

2016-12-13 16:02:37 +00:00
import test_installed_target
assert test_installed_target.add(1, 2) == 3
print('test_installed_target imports, runs, and adds: 1 + 2 = 3')