[Python-Dev] proto-pep: plugin proposal (for unittest)

Éric Araujo merwok at netwok.org
Fri Jul 30 17:28:28 CEST 2010


Le 30/07/2010 17:04, Michael Foord a écrit :
> There is no type checking or interface requirements in my plugin 
> proposal for unittest. It is essentially an event based system.

Event-based sounds good. unittest2 does have an interface IMO:
configuration loading, plugin registration/activation, signal names.

As you said, the common ground may be little more than an API to
discover or register plugins, activate and configure them, and the
design decision of using events and callbacks, but even this small
subset is very much worth a PEP.

Regards



More information about the Python-Dev mailing list