Unit tests?

A

Alex Gusarov

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
 
A

Arnaud Delobelle

Alex Gusarov said:
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

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
 
A

Alex Gusarov

Thx, it's quite enough for a start.
Yes, googling is almost ultimate answer for such questions, sorry for
uneasiness.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top