How to start doing TDD in a django project?

Posted by Satoru.Logic on Stack Overflow See other posts from Stack Overflow or by Satoru.Logic
Published on 2010-01-06T14:59:05Z Indexed on 2010/05/15 8:14 UTC
Read the original article Hit count: 153

Filed under:
|

Hi, all.

I have read a lot of essays talking about benifits TDD can bring to a project, but I have never practiced TDD in my own project before.

Now I'm starting an experimental project with Django, and I think maybe I can have a try of TDD.

But what I find now is that I don't even know how to answer the question "what should I put in my test cases?".

Please tell me how should I plan TDD in a project, in this case, a web project based on Django.

Thanks.

© Stack Overflow or respective owner

Related posts about TDD

Related posts about django