Open
Description
Currently the tests live a layer of abstraction away (e.g. via DataArrayBase
in C++). I'm rather fond of cmocka.
Some nice features of cmocka
:
- C only
- Surprisingly low boilerplate
- Is easily available on
conda
- Used by a bunch of other projects (e.g.
libssh
)
xref: numpy/numpy#21304