Integrating doctest with unittest

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jan 9 21:14:24 EST 2011


On Sun, 09 Jan 2011 08:56:52 -0800, Aahz wrote:

> In article <4d038b63$0$30000$c3e8da3$5496439d at news.astraweb.com>, Steven
> D'Aprano  <steve+comp.lang.python at pearwood.info> wrote:
>>
>>Is there a way to have unittest.main() find and run doc_test_suite
>>together with the other test suites?
> 
> You probably need to use nose or something.  (That's what we're doing.)


Thanks for the reply Aahz, even though it wasn't what I wanted to hear :(


-- 
Steven



More information about the Python-list mailing list