Issue 6018: Fix the output word from "ok" to "OK" when a testcase passes (original) (raw)

Issue6018

Created on 2009-05-14 10:06 by Retro, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg87732 - (view) Author: BoĊĦtjan Mejak (Retro) Date: 2009-05-14 10:06
you@localhost:~$ python3 romantest1.py -v to_roman should give known result with known input ... ok Better would be: you@localhost:~$ python3 romantest1.py -v to_roman should give known result with known input ... OK Since other words are capitalized, this one should be, too. Please fix that.
msg87947 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-05-17 02:20
I think the idea is that things like FAIL and ERROR are supposed to grab your attention as opposed to a simple "ok".
History
Date User Action Args
2022-04-11 14:56:48 admin set github: 50268
2009-05-17 02:20:10 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: works for me
2009-05-14 10:06:41 Retro create