Python - doctest vs. unittest

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2008-12-12T01:50:19Z Indexed on 2010/04/17 17:33 UTC
Read the original article Hit count: 432

I'm trying to get started with unit testing in Python and I was wondering if someone could inform me of the advantages and disadvantages of doctest and unittest. What conditions would you use each for?

© Stack Overflow or respective owner

Related posts about python

Related posts about unit-testing