connect four (game)

Chris Angelico rosuav at gmail.com
Fri Nov 24 21:58:21 EST 2017


On Sat, Nov 25, 2017 at 1:05 PM,  <namenobodywants at gmail.com> wrote:
> On Friday, November 24, 2017 at 12:13:18 PM UTC-8, Terry Reedy wrote:
>
>> Since you did not start with tests or write tests as you wrote code, ...
>
> why on earth would you assume that? instantiate "window" and you'll see it works exactly as i intended; nobody's asking you to debug code for free; i'm looking for the kind of feedback the other respondent gave
>

Tests, in this sense, means *automated* tests. Check out the
"unittest" module, and perhaps read up on techniques of software
testing.

ChrisA



More information about the Python-list mailing list