http://www.djangoproject.com/documentation/testing/ indicates that
unittests can be run with
    ./manage.py test

However, when I run it, "test" is not known as an action.  I get this
output:
-----------
$ c:/Python24/Python manage.py test
Error: Your action, 'test', was invalid.
Run "manage.py --help" for help.
-----------

Sure enough, if I run manage.py --help, "test" is not listed as one of
the actions.  Is this implemented or not?

I'm running Django 0.95 with Python 2.4 on Windows XP SP2.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to