FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Use existing Python tests to test boost::python bindings #432

Open jbcoe opened 6 years ago

jbcoe commented 6 years ago

Currently boost::python bindings are tested with a very rudimentary inline Python script.

All of the existing Python tests should be used for boost::python testing (possibly with some transformation performed to get imports working correctly).