Issue 18729: In unittest.TestLoader.discover doc select the name of load_tests function (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/62929
classification
Title: | In unittest.TestLoader.discover doc select the name of load_tests function | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Documentation | Versions: | Python 3.5 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | docs@python | Nosy List: | BreamoreBoy, docs@python, ezio.melotti, michael.foord, py.user, python-dev |
Priority: | normal | Keywords: | patch |
Created on 2013-08-13 18:24 by py.user, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
issue18729.diff | py.user,2013-08-13 18:24 | review |
Messages (3) | ||
---|---|---|
msg195092 - (view) | Author: py.user (py.user) * | Date: 2013-08-13 18:24 |
http://docs.python.org/3/library/unittest.html#unittest.TestLoader.discover "If load_tests exists then discovery does not recurse into the package" | ||
msg227977 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-09-30 18:56 |
The patch simply adds backticks markup around load_tests. | ||
msg228207 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-10-02 10:39 |
New changeset 1e0156aef491 by Georg Brandl in branch '3.4': Closes #18729: minor markup improvement. https://hg.python.org/cpython/rev/1e0156aef491 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:49 | admin | set | github: 62929 |
2014-10-02 10:39:19 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved |
2014-09-30 18:56:36 | BreamoreBoy | set | nosy: + BreamoreBoymessages: + versions: + Python 3.5, - Python 3.3, Python 3.4 |
2013-08-16 20:20:59 | ezio.melotti | set | nosy: + ezio.melotti, michael.foordstage: patch review |
2013-08-13 18:24:47 | py.user | create |