[issue6018] Fix the output word from "ok" to "OK" when a testcase passes

2009-05-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think the idea is that things like FAIL and ERROR are supposed to grab your attention as opposed to a simple "ok". -- nosy: +benjamin.peterson resolution: -> works for me status: open -> closed ___ Python track

[issue6018] Fix the output word from "ok" to "OK" when a testcase passes

2009-05-14 Thread Retro
New submission from Retro : y...@localhost:~$ python3 romantest1.py -v to_roman should give known result with known input ... ok Better would be: y...@localhost:~$ python3 romantest1.py -v to_roman should give known result with known input ... OK Since other words are capitalized, this one shou