Re: #4460 - Running individual tests in a test suite

2007-07-27 Thread Russell Keith-Magee
On 7/28/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 7/24/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > Are there any objections to making this change? > > Go for it! Cheers. Committed as #5769. Russ %-) --~--~-~--~~~---~--~~ You received this m

Re: #4460 - Running individual tests in a test suite

2007-07-27 Thread Adrian Holovaty
On 7/24/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > Are there any objections to making this change? Go for it! Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: #4460 - Running individual tests in a test suite

2007-07-24 Thread Chris Heisel
Can't wait to see it! On 7/24/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 7/24/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > I've just uploaded a patch to #4460 which adds the ability to start > > individual tests or test cases from a test suite. > > Woo! > > > Are there any

Re: #4460 - Running individual tests in a test suite

2007-07-24 Thread Jacob Kaplan-Moss
On 7/24/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > I've just uploaded a patch to #4460 which adds the ability to start > individual tests or test cases from a test suite. Woo! > Are there any objections to making this change? None whatsoever -- I can't wait to use this. Jacob --~--~

Re: #4460 - Running individual tests in a test suite

2007-07-24 Thread Ivan Sagalaev
Russell Keith-Magee wrote: > Hi all, > > I've just uploaded a patch to #4460 which adds the ability to start > individual tests or test cases from a test suite. Wow, this is handy! Looking forward for commit! --~--~-~--~~~---~--~~ You received this message becaus

#4460 - Running individual tests in a test suite

2007-07-24 Thread Russell Keith-Magee
Hi all, I've just uploaded a patch to #4460 which adds the ability to start individual tests or test cases from a test suite. Using this patch, ./manage.py test and ./runtests.py gain the ability to do the following: # run all tests in the project ./manage.py test # run all tests in myapp ./man