"Alex Gusarov" <[EMAIL PROTECTED]> writes: > Hello, it seems that I have a problem - I almost finished my program > and it's necessary to test it. But I've never do it before. I even > don't know how I can do it. > Please, give me some links to testing techniques, either common or > specific to Python. > I searched in Google for information, but 'cause I don't know anything > about subject, I don't know where to start from. > > Thanks > -- > Best regards, Alex Gusarov
Try googling "python unit test". I did it, and amongst the first hits were: * docs.python.org/lib/module-unittest.html * http://www.diveintopython.org/unit_testing/index.html -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list