[TIP] Running C unit tests with pytest

John McNamara jmcnamara13 at gmail.com
Thu Feb 6 15:02:56 PST 2014


On 6 February 2014 20:03, Mateusz Łoskot <mateusz at loskot.net> wrote:

>
> My confusion came up when I encountered this line:
>
> "C unit tests then there are a lot of alternatives such as googletest"
>
> AFAIK, googletest is C++ framework.
>
>
Hi Mateusz,

Okay, I see what you mean.

Googletest is written in C++ but it works quite well for testing C. In fact
a lot of the more fully featured "C" test frameworks are written in C++.

I'll see if I can clear up the text to make that a bit clearer.

Thanks,

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20140206/c4bc18cc/attachment.htm>


More information about the testing-in-python mailing list