IronPython For Unit Testing over C#

Posted by Krish on Stack Overflow See other posts from Stack Overflow or by Krish
Published on 2008-12-04T10:21:03Z Indexed on 2010/06/08 4:22 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

We know that Python provides a lot of productivity over any compiled languages. We have programming in C# & need to write the unit test cases in C# itself. If we see the amount of code we write for unit test is approximately ten times more than the original code.

Is it ideal choice to write unit test cases in IronPython instead of C#? Any body has done like that? I wrote few test cases, they seems to be good. But hairy pointy managers won't accept.

© Stack Overflow or respective owner

Related posts about c#

Related posts about python