[Python-ideas] start, test, init

Nick Coghlan ncoghlan at gmail.com
Mon Dec 2 13:28:25 CET 2013


On 2 Dec 2013 21:37, "spir" <denis.spir at gmail.com> wrote:
>
> On 12/01/2013 01:45 PM, spir wrote:
>>
>> [much stuff]
>
>
> About flexibility, I spoke of intra-module flexibility, but forgot the
inter-module side: a module's 'test' or 'start' (I think in particular at
regression test suites, with a std 'test' name for unit tests).

That's already covered by unittest test discovery. Higher level structure
beyond the individual module is more the province of distutils-sig than it
is python-ideas or python-dev.

Cheers,
Nick.

>
> denis
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20131202/f653ba4f/attachment.html>


More information about the Python-ideas mailing list