In article <[email protected]>, Steven D'Aprano <[email protected]> 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.) -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Think of it as evolution in action." --Tony Rand -- http://mail.python.org/mailman/listinfo/python-list
