This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dalke
Recipients dalke, docs@python
Date 2010-12-13.21:38:54
SpamBayes Score 0.0047235675
Marked as misclassified No
Message-id <1292276336.42.0.386145725492.issue10698@psf.upfronthosting.co.za>
In-reply-to
Content
doctest.html Section 24.2.5 "Unittest API" says:


def load_tests(loader, tests, ignore):
    tests.addTests(doctest.DocTestSuite(my_module_with_doctests))
    return test

That last line should be "return tests"
History
Date User Action Args
2010-12-13 21:38:56dalkesetrecipients: + dalke, docs@python
2010-12-13 21:38:56dalkesetmessageid: <1292276336.42.0.386145725492.issue10698@psf.upfronthosting.co.za>
2010-12-13 21:38:55dalkelinkissue10698 messages
2010-12-13 21:38:55dalkecreate