Re: [Python-Dev] Duplicate tests

2008-05-03 Thread Brett Cannon
On Sat, May 3, 2008 at 10:25 AM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > test_builtin tests most of the builtin types some how or another. All > of these also have complete suites elsewhere in the tests. Shouldn't > the tests in test_builtin be moved to the type specific tests? > The tes

[Python-Dev] Duplicate tests

2008-05-03 Thread Benjamin Peterson
test_builtin tests most of the builtin types some how or another. All of these also have complete suites elsewhere in the tests. Shouldn't the tests in test_builtin be moved to the type specific tests? -- Cheers, Benjamin Peterson ___ Python-Dev mailin