Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-14 Thread Bob
Waylan - I removed the egg and voila! manage.py now knows about "test." Thanks for your help. - Bob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-14 Thread Waylan Limberg
On 12/14/06, Bob <[EMAIL PROTECTED]> wrote: > > Waylan - > I have revision 4198, so that's okay, and my PYTHONPATH does not have > anything about Django or site-packages in it at all. However, when I > run python and print sys.path, I see: > > ['', 'c:\\Python24\\lib\\site-packages\\setuptools-0.

Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-14 Thread Bob
Waylan - I have revision 4198, so that's okay, and my PYTHONPATH does not have anything about Django or site-packages in it at all. However, when I run python and print sys.path, I see: ['', 'c:\\Python24\\lib\\site-packages\\setuptools-0.6c1-py2.4.egg', 'c:\\Python24\\lib\\site-packages\\django

Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-13 Thread Waylan Limberg
On 12/13/06, Bob <[EMAIL PROTECTED]> wrote: > > Don - > > How do I check the revision? import django; django.__version__ prints > '0.95' but not the revision number. On the command line from within your django_src directory do: svn info That should tell you the revision number among other

Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-13 Thread Bob
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

Re: manage.py - "test" not a known action - how do I do unittests?

2006-12-11 Thread Don Arbow
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

manage.py - "test" not a known action - how do I do unittests?

2006-12-11 Thread Bob
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 -