Don -
How do I check the revision? import django; django.__version__ prints
'0.95' but not the revision number.
I just updated from svn with:
svn co http://code.djangoproject.com/svn/django/trunk/
but I still get the same behavior - manage.py doesn't know about
"test".
Thanks,
Bob
On Dec 11, 1:23 pm, Don Arbow <[EMAIL PROTECTED]> wrote:
> On Dec 11, 2006, at 7:48 AM, Bob wrote:
>
>
>
> >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.What revision are
> > you running? The test option was added in 3660,
> 0.95 is rev 3491.
>
> Don
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---