On Wed, Nov 20, 2013 at 5:22 AM, Harjot Mann <harjotmann1...@gmail.com> wrote:
> To test my django app I got unittest module in Django but what I am
> notiing that it needs to create tests for the functions in views.py
> file. So I need to do lot of coding. Is there any another way to do
> testing or this is the only best way to do it?
> Is anyone using it or can he/she share their experience. I need it urgently.
>

This is to be expected - in order to effectively test your code, you
need to write effective tests, which takes time.

The more tests you write, the better you will become at writing your
code in ways that make it easier to test.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1%2B4dT6c6Q%2BJg2Qgu6sONAtu%2B5A%2BA2ApZtQzMN4Q%3D6w3UA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to