Re: [Changeset] r4473 - django/trunk/tests

2007-02-09 Thread Adrian Holovaty
On 2/9/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > This changeset only affects the running of the Django model/regression > tests, not the unit/doctests of an end user. > > Although running ./runtests.py requires a settings file, the only > thing the settings file should be providing are

Re: [Changeset] r4473 - django/trunk/tests

2007-02-09 Thread Malcolm Tredinnick
On Sat, 2007-02-10 at 12:54 +0800, Russell Keith-Magee wrote: > On 2/10/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > > Hey Adrian, > > > > I have some concerns about this changeset. > ... > > Since the idea is that Django's test framework can also be used to test > > our own application

Re: [Changeset] r4473 - django/trunk/tests

2007-02-09 Thread Russell Keith-Magee
On 2/10/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > Hey Adrian, > > I have some concerns about this changeset. ... > Since the idea is that Django's test framework can also be used to test > our own applications and projects, I think we need to respect what is > already in this setting a

Re: [Changeset] r4473 - django/trunk/tests

2007-02-09 Thread Malcolm Tredinnick
Hey Adrian, I have some concerns about this changeset. On Fri, 2007-02-09 at 22:01 -0600, [EMAIL PROTECTED] wrote: > Author: adrian > Date: 2007-02-09 22:01:19 -0600 (Fri, 09 Feb 2007) > New Revision: 4473 > > Modified: >django/trunk/tests/runtests.py > Log: > Improved runtests.py to normal