Issue 20031: unittest.TextTestRunner missing run() documentation. (original) (raw)

Issue20031

Created on 2013-12-20 09:08 by arnaut-billings, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg206671 - (view) Author: Arnaut Billings (arnaut-billings) Date: 2013-12-20 09:08
Here: http://docs.python.org/3/library/unittest.html 1) unittest.TextTestRunner is missing documentation for its public run method. 2) There are references to the TestRunner class sprinkled through out the above page, yet no link or documentation as to what that class actually is and does.
msg207086 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-29 23:39
New changeset 19464d77ec2e by Michael Foord in branch 'default': Closes issue 20031. Document unittest.TextTestRunner.run method. http://hg.python.org/cpython/rev/19464d77ec2e
History
Date User Action Args
2022-04-11 14:57:55 admin set github: 64230
2013-12-29 23:39:07 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: needs patch -> resolved
2013-12-20 09:24:31 ezio.melotti set keywords: + easy
2013-12-20 09:23:58 ezio.melotti set nosy: + ezio.melotti, michael.foordstage: needs patchtype: enhancementversions: + Python 3.4
2013-12-20 09:08:19 arnaut-billings create