3 Sep
2018
3 Sep
'18
6:43 a.m.
Le lun. 3 sept. 2018 à 13:09, Pablo Galindo Salgado <pablogsal@gmail.com> a écrit :
We use Cython a lot to wrap and test C and C++ libraries at work and is true that makes some aspects more simple and easy to express. Also you can leverage integration with other testing tools (pytest, mocks...etc) at to some extent. But I humbly think that Cython is not the best choice for this particular project. (...)
One compromise would be to use unit tests in C for the most basic tests, but use Cython for "integration" tests" and more complex tests.
I'm not against having more tests :-)
Victor