Do you do unit tests for non production code?

Posted by Ikaso on Stack Overflow See other posts from Stack Overflow or by Ikaso
Published on 2010-04-07T08:18:35Z Indexed on 2010/04/07 8:23 UTC
Read the original article Hit count: 202

Filed under:

I am interested in the following scenario specifically. Suppose you have team that writes production code and a team that writes automatic tests. The team that writes automatic tests has a dedicated framework intended to write the automatic tests. Should the testing team write unit tests for their framework although the framework is not used in production?

© Stack Overflow or respective owner

Related posts about unit-testing