Re: including unittest2 in 1.3

2010-06-14 Thread Alex Gaynor
On Tue, Jun 15, 2010 at 12:00 AM, Russell Keith-Magee wrote: > On Tue, Jun 15, 2010 at 5:06 AM, Paul McMillan wrote: >> There has been some discussion of unittest2 before on the list, and >> there's a ticket about including it. >> http://code.djangoproject.com/ticket/12991 >> >> We get a bunch of

Re: including unittest2 in 1.3

2010-06-14 Thread Russell Keith-Magee
On Tue, Jun 15, 2010 at 5:06 AM, Paul McMillan wrote: > There has been some discussion of unittest2 before on the list, and > there's a ticket about including it. > http://code.djangoproject.com/ticket/12991 > > We get a bunch of useful features with unittest2, and everyone I've > spoken with on #

Re: including unittest2 in 1.3

2010-06-14 Thread Ɓukasz Rekucki
On 14 June 2010 23:06, Paul McMillan wrote: > 1) Include the unittest2 library along with the Django distribution as > we have with simplejson. We can use the system's library if it exists, > or import our bundled copy if it does not. This has the drawback of > requiring us to keep that library cu

including unittest2 in 1.3

2010-06-14 Thread Paul McMillan
There has been some discussion of unittest2 before on the list, and there's a ticket about including it. http://code.djangoproject.com/ticket/12991 We get a bunch of useful features with unittest2, and everyone I've spoken with on #django-dev agrees that it would be a useful thing to get into core