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
>
>
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:
---