[issue18729] In unittest.TestLoader.discover doc select the name of load_tests function

2014-10-02 Thread Roundup Robot
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

[issue18729] In unittest.TestLoader.discover doc select the name of load_tests function

2014-09-30 Thread Mark Lawrence
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 rep...@bugs.python.org http://bugs.python.org/issue18729

[issue18729] In unittest.TestLoader.discover doc select the name of load_tests function

2013-08-16 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti, michael.foord stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18729 ___

[issue18729] In unittest.TestLoader.discover doc select the name of load_tests function

2013-08-13 Thread py.user
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: