Hi Benoit,

When you install nose, you can run nosetests to run the tests.

Additionally, if you look at the setup.py for TurboGears you'll see this line:
    test_suite = 'nose.collector',

Add that to your project's setup.py and you'll be able to run
python setup.py test

I've generally been running nosetests myself, but either way works.

Kevin

On 11/12/05, Benoit Masson <[EMAIL PROTECTED]> wrote:
>
> Hi, I'm still on my way for my turbogears website. It comes up I
> should now writte some tests, There are 2 sources of information:
> 1 - the doc from official website  : turbotest version 0.2
> 2 - the google groupe : nose 0.6
>
> Which one do I choose ? I'm on SVN for development so I though about
> nose testing but i lack documentation about this ? Are there script
> like python setup.py test ? or other ?
>
> Thanks for you help
> Benoit M
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to