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
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
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
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
--~--~
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
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