[issue18729] In unittest.TestLoader.discover doc select the name of load_tests function
New submission from py.user: http://docs.python.org/3/library/unittest.html#unittest.TestLoader.discover "If load_tests exists then discovery does not recurse into the package" ---------- assignee: docs@python components: Documentation files: issue.diff keywords: patch messages: 195092 nosy: docs@python, py.user priority: normal severity: normal status: open title: In unittest.TestLoader.discover doc select the name of load_tests function type: enhancement versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file31283/issue.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18729> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti, michael.foord stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18729> _______________________________________
Mark Lawrence added the comment: The patch simply adds backticks markup around load_tests. ---------- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18729> _______________________________________
Roundup Robot added the comment: New changeset 1e0156aef491 by Georg Brandl in branch '3.4': Closes #18729: minor markup improvement. https://hg.python.org/cpython/rev/1e0156aef491 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18729> _______________________________________
participants (4)
-
Ezio Melotti
-
Mark Lawrence
-
py.user
-
Roundup Robot