Hi everyone,

As I often work on C++ projects with Python bindings, I noticed that
integrating Pytest within CMake was mostly done in hacky ways that were
frequently bound to a specific platform or context. So I attempted to
release a standard configuration that would work on most platforms and
provide additional useful features:
https://github.com/buddly27/pytest-cmake

I chose not to use pytest-cpp as my project is primarily written in C++ and
could provide bindings in multiple languages. Therefore providing a
pip-installable CMake config seemed like the best way to create a bridge
between these two ecosystems.

I am bringing this project to your attention for feedback and possible
collaboration to improve it if you are interested!


Jeremy
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to