Is it possible to use python to unit test C++ code?

Alex Stapleton alexs at advfn.com
Wed Dec 21 04:56:35 EST 2005


On 21 Dec 2005, at 09:33, sylcheung at gmail.com wrote:

> Is it possible to use python to unit test C++ code? If yes, is there
> any example available?
>
> Thank you.
>
> --  
> http://mail.python.org/mailman/listinfo/python-list

You could use Python to unittest a Python module written in C++ I  
suppose. I guess that would probably work. I suspect that you would  
get better/more accurate/reliable results by writing your tests in C+ 
+ as well though.



More information about the Python-list mailing list