On 4/12/06, Terry Reedy <[EMAIL PROTECTED]> wrote:
>
> "Guido van Rossum" <[EMAIL PROTECTED]> wrote in message
> > I agree that such a test suite would be helpful. I don't think it
> > should wait for Python 3000.
>
> Possible plan:
>
> Add 'spec' or 'specification' or 'language', 'implementation',
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message
> I agree that such a test suite would be helpful. I don't think it
> should wait for Python 3000.
Possible plan:
Add 'spec' or 'specification' or 'language', 'implementation', and possibly
'support' subdirs to ...Lib/test. Put most test
On 4/11/06, John J Lee <[EMAIL PROTECTED]> wrote:
> On Tue, 11 Apr 2006, Michael Chermside wrote:
> [...]
> > There's a related change that I would love to see. Currently, we
> > have a large number of unit tests, but we have made no attempt to
> > distinguish between python language tests, and CPy
On Tue, 11 Apr 2006, Michael Chermside wrote:
[...]
> There's a related change that I would love to see. Currently, we
> have a large number of unit tests, but we have made no attempt to
> distinguish between python language tests, and CPython implementation
> tests. If we made such a distinction,
On 4/11/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote:
> On 11/04/06 Michael Chermside said:
>
> > There's a related change that I would love to see. Currently, we
> > have a large number of unit tests, but we have made no attempt to
> > distinguish between python language tests, and CPython imp
On 11/04/06 Michael Chermside said:
> There's a related change that I would love to see. Currently, we
> have a large number of unit tests, but we have made no attempt to
> distinguish between python language tests, and CPython implementation
> tests. If we made such a distinction, then PyPy, Jyth
Neal Norwitz writes:
> Py3k is a great opportunity to upgrade the existing tests. We know
> they are incomplete and could do a better job testing. In some cases
> like this, where we are looking to revamp a module. It would be great
> to also beef up the tests. Hopefully a lot of that work, wil