On 21 Dec 2005, at 09:33, [EMAIL PROTECTED] 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to