Issue 10706: kill runtests.sh - Python tracker (original) (raw)

Issue10706

Created on 2010-12-14 21:57 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg123979 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-12-14 21:57
There are two official ways to run tests: - "make test" for beginners - "./python -m test [etc.]" for experts runtests.sh serves no useful purpose and had completely outdated reporting, making it potentially confusing for newcomers who would try to test it. I therefore propose to kill it.
msg123989 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-12-14 22:45
+1 As far as I could tell it is left over from the pre-unittest days and not completely updated. A few people may miss it, but they'll learn :)
msg124022 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-12-15 15:33
Committed in r87261.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54915
2010-12-15 15:33:34 pitrou set status: open -> closednosy:pitrou, r.david.murraymessages: + resolution: fixedstage: needs patch -> resolved
2010-12-14 22:45:13 r.david.murray set nosy: + r.david.murraymessages: +
2010-12-14 21:57:44 pitrou create