Issue 2958: update Lib/test/README - Python tracker

Issue2958

Created on 2008-05-24 13:55 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg67300 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-05-24 13:55
A good bug day task:

Lib/test/README is a bit dated. It still talks about old-style Python
tests which have been almost completely removed in 2.6 (and none more
should be written.) The assert* methods of unittest should also be
stressed instead of test_support.verify etc.
msg87626 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-05-12 13:26
The README was so outdated that apparently it isn't in SVN anymore...
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47207
2009-05-12 13:26:37pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg87626

resolution: out of date

2009-05-12 12:47:12ajaksu2setnosy: + michael.foord

stage: needs patch

2008-05-24 13:55:38benjamin.petersoncreate