pybind11/tests/test_installed_module/test.py

4 lines
145 B
Python
Raw Normal View History

2016-12-13 16:02:37 +00:00
import test_installed_module
assert test_installed_module.add(11, 22) == 33
print('test_installed_module imports, runs, and adds: 11 + 22 = 33')