Re: testclass

2009-03-08 Thread nenduvel
sorry about that. i will post it there. On 8 mrt, 15:23, Ludvig Ericson wrote: > On Mar 8, 2009, at 12:06, nenduvel wrote: > > > so i have two questions: > > > - how can i let my test work > > - perhaps somebody knows a better way to test my application > > This is a "how do I?" sort of ques

Re: testclass

2009-03-08 Thread Ludvig Ericson
On Mar 8, 2009, at 12:06, nenduvel wrote: > so i have two questions: > > - how can i let my test work > - perhaps somebody knows a better way to test my application This is a "how do I?" sort of question. The best place to ask those is the django-users mailing list. This list is for the int

testclass

2009-03-08 Thread nenduvel
hi, I'm having a working django application. I want to see the values of my variables when I'm executing my code. something like JUnits containertest for java. I'm tried to test a method in my views.py code. The method is called generate_html( ). when i write a test class like: ---