pybind11/tests/test_installed_module/test.py
2016-12-13 21:44:19 +01:00

4 lines
145 B
Python

import test_installed_module
assert test_installed_module.add(11, 22) == 33
print('test_installed_module imports, runs, and adds: 11 + 22 = 33')