Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Russell Keith-Magee
On Monday, September 27, 2010, Chuck Harmston wrote: > I just ran it on Python 2.4, 2.5, 2.6, and 2.7 with each of SQLite, MySQL, > and PostgreSQL on Debian with no problems. Awesome! Thanks for that, Chuck. Yours, Russ Magee %-) -- You received this message because you are subscribed to the

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Chuck Harmston
I just ran it on Python 2.4, 2.5, 2.6, and 2.7 with each of SQLite, MySQL, and PostgreSQL on Debian with no problems. Thanks for the work you put into this, Russell! On Sun, Sep 26, 2010 at 6:24 PM, Karen Tracey wrote: > I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. > >

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Russell Keith-Magee
On Monday, September 27, 2010, Patrick Altman wrote: > > On Sep 26, 2010, at 7:44 PM, Russell Keith-Magee wrote: > >> On Mon, Sep 27, 2010 at 6:24 AM, Karen Tracey wrote: >>> I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. >>> >>> I do have some feedback on the @skipIfDB add

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Patrick Altman
On Sep 26, 2010, at 7:44 PM, Russell Keith-Magee wrote: > On Mon, Sep 27, 2010 at 6:24 AM, Karen Tracey wrote: >> I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. >> >> I do have some feedback on the @skipIfDB addition: I'd really like if this >> could be used to distinguis

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Alex Gaynor
On Sun, Sep 26, 2010 at 8:44 PM, Russell Keith-Magee wrote: > On Mon, Sep 27, 2010 at 6:24 AM, Karen Tracey wrote: >> I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. >> >> I do have some feedback on the @skipIfDB addition: I'd really like if this >> could be used to distingu

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Russell Keith-Magee
On Mon, Sep 27, 2010 at 6:24 AM, Karen Tracey wrote: > I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. > > I do have some feedback on the @skipIfDB addition: I'd really like if this > could be used to distinguish between the different MySQL storage backends. > From a very bri

Re: #12991 Adding support for unittest2: request for review

2010-09-26 Thread Karen Tracey
I've run it on Python 2.4 & 2.5 (Ubuntu, sqlite DB) with no problems. I do have some feedback on the @skipIfDB addition: I'd really like if this could be used to distinguish between the different MySQL storage backends. >From a very brief look it seems like currently there are a bunch of tests ski

#12991 Adding support for unittest2: request for review

2010-09-26 Thread Russell Keith-Magee
Hi all, I've just uploaded a patch for #12991, adding support for unittest2 to Django. This is a very big patch (500kb, 12k lines). For this reason, I've uploaded the patch compressed. Trac won't allow attachments greater than 200k, and given past history, large diffs break Trac anyway. However,