This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年01月02日 18:01 by r.david.murray, last changed 2022年04月11日 14:57 by admin.
| Messages (3) | |||
|---|---|---|---|
| msg207178 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2014年01月02日 18:01 | |
IMO, TestProgram should either be made anonymous in the docs ('main returns an object that has a results attribute...') or its external API should be formally documented. If results is the only external API other than its init (which is documented as unittest.main), then I would suggest the former. In either case exactly what 'results' contains should be clarified.
|
|||
| msg259728 - (view) | Author: Tamás Bence Gedai (beng94) * | Date: 2016年02月06日 14:21 | |
I think TestProgram should be anonymous, all the work is done in its constructor. I don't see why would anyone would call its functions. I can update the docs if it's needed. |
|||
| msg259831 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2016年02月08日 09:37 | |
TestProgram is an abomination, but it has been publicly exposed in unittest since forever. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:56 | admin | set | github: 64308 |
| 2021年06月22日 22:48:08 | brett.cannon | set | nosy:
+ brett.cannon |
| 2021年06月21日 10:49:37 | iritkatriel | set | keywords:
+ easy versions: + Python 3.9, Python 3.10, Python 3.11, - Python 2.7, Python 3.3, Python 3.4 |
| 2016年02月08日 09:37:54 | michael.foord | set | messages: + msg259831 |
| 2016年02月06日 14:21:38 | beng94 | set | nosy:
+ beng94 messages: + msg259728 |
| 2014年02月15日 15:21:22 | ezio.melotti | set | nosy:
+ ezio.melotti, michael.foord type: enhancement |
| 2014年01月02日 18:01:47 | r.david.murray | create | |