FFIG / ffig

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

Add a file for boost::python Shape tests #435

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Adds a test for boost::python bindings for Shape.

Ideas that were considered and discarded

Generating tests from the existing python tests might be a good idea later but we don't support enough of the tested python functionality with boost::python bindings yet.

Possible future work

Add more tests for extra functionality.