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.