因此,我使用boost::python (C++)创建了一个共享库。对于内部的C++函数,我有单元测试,检查它们是否正常工作。现在,我想使用单元测试来查看我是否正确地实现了python接口。为此,我考虑使用python包unittest。
现在,我的文件夹设置大致是:
project
|
-- C++ source (library and boost::python stuff)
|
-- build (here the shared library is located)
|
-- Test (here I have the python classes th