PEP: Procedure for Adding New Modules (please comment)

Paul Winkler slinkp23 at yahoo.com
Mon Jul 9 14:43:45 EDT 2001


Martijn Faassen wrote:
> Open issues
> 
>     Should there be a list of what criteria integrators use for
>     evaluating contributions? (source code but also things like
>     documentation and a test suite, as well as such vague things like
>     'dependability of the maintainers').

I think test suites would be a very, very good idea. At a minimum, some doctest
examples. Even better would be a well-defined suite of unit tests using the
unittest module. I propose that this be made a requirement for adding new
modules to the standard library.

It would be A Good Thing if unit tests were added to the existing standard
library modules, but my mind boggles at the size of the job.

-- 
...................    paul winkler   ....................
custom calendars & printing: http://www.calendargalaxy.com
       A member of ARMS:   http://www.reacharms.com
            home page:  http://www.slinkp.com



More information about the Python-list mailing list