Issue 10698: doctest load_tests() typo (original) (raw)
Issue10698
Created on 2010-12-13 21:38 by dalke, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg123904 - (view) | Author: Andrew Dalke (dalke) * ![]() |
Date: 2010-12-13 21:38 |
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" | ||
msg123907 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2010-12-13 22:51 |
Thanks. Fixed in r87216. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:10 | admin | set | github: 54907 |
2010-12-13 22:51:01 | r.david.murray | set | status: open -> closedtype: behaviornosy: + r.david.murraymessages: + resolution: fixedstage: resolved |
2010-12-13 21:38:55 | dalke | create |