[TIP] Test discovery for unittest

Marius Gedminas marius at gedmin.as
Sun Apr 5 04:33:59 PDT 2009


On Sat, Apr 04, 2009 at 09:18:36AM +0200, holger krekel wrote:
> Honestly, I don't get why people are eager to add code to
> python standard lib.

There's a natural desire to minimize the dependencies in your code.  If
stuff you want is in the stdlib, you don't need any 3rd-party package
dependencies to use it, therefore people want to get the stuff they like
into the stdlib.

Also, having something in the stdlib (assuming it is good enough) means
it's easier to choose one of several competing APIs that 3rd-party
packages may provide.

Marius Gedminas
-- 
Q:      Why do mountain climbers rope themselves together?
A:      To prevent the sensible ones from going home.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.idyll.org/pipermail/testing-in-python/attachments/20090405/2bcc5bfd/attachment.pgp 


More information about the testing-in-python mailing list