After the last code refactor, the PyDP starts having meaningful Python code. It is desired to add code coverage reports for Python and explore whether it is possible to report C++ bindings coverage without repeating tests.
Type of Test
[ ] Python test coverage report
[ ] C++ test coverage report (if possible)
Expected Behavior
We would like to run a command like make coverage and receive a report of test coverage for the source code developed under PyDP (Python and ideally C++ bindings also).
Description
After the last code refactor, the PyDP starts having meaningful Python code. It is desired to add code coverage reports for Python and explore whether it is possible to report C++ bindings coverage without repeating tests.
Type of Test
Expected Behavior
We would like to run a command like
make coverage
and receive a report of test coverage for the source code developed under PyDP (Python and ideally C++ bindings also).