funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

Test coverage of cython files #29

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

Enable test coverage of cython files.

if you build with CYTHON_TRACE=1 pip install -e .[dev], then pytest --cov ilpy will now include coverage for pyx files