[Ilugc] Django unittest [ not able to run unit test ]

  • From: saravananselvamani@xxxxxxxxx (Saravanan Selvamani)
  • Date: Wed, 11 Jul 2012 00:48:20 +0530

Hi all,

        I am trying a small app in django . I started to create one
testfile , within i defined two test methods . In django we can run the
test using the command  python manage.py test applicationname. when i given
that command it show * Run 0 test in 0.00 sec* . But if i tried *python
manage.py test applicationname.classname.methodname*, test actually started
to run . saying 1 test run in 0.02 sec *.  what is the problem here .

Regards,
P S Saravanan

Other related posts: