Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-25 Thread Barry Warsaw
On May 24, 2010, at 10:26 PM, Tarek Ziadé wrote: >1- a test command is going to be added in distutils2, and discussions >have started on this feature, which is part of one GSOC project for >Distutils2. See a summary of tasks here: >http://wiki.python.org/moin/SummerOfCode/Distutils2 , and the GSOC

Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-24 Thread Tarek Ziadé
On Mon, May 24, 2010 at 10:05 PM, Barry Warsaw wrote: > On May 23, 2010, at 06:41 PM, Tarek Ziadé wrote: > >>Notice that this script is the basis for the soon-to-be-set Hudson CI server, >>so we will be able to run a daily coverage report of some sort we can >>publish -- if you >>take care of maki

Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-24 Thread Barry Warsaw
On May 23, 2010, at 06:41 PM, Tarek Ziadé wrote: >Notice that this script is the basis for the soon-to-be-set Hudson CI server, >so we will be able to run a daily coverage report of some sort we can >publish -- if you >take care of making it possible to output HTML. Tarek, Can you describe this

Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-23 Thread Tarek Ziadé
On Sun, May 23, 2010 at 3:46 AM, Yannick Gingras wrote: > > Greetings Packagers, >  as part of our sprinting effort at Montréal-Python, we found it > relevant to give an easy access to the test coverage reports to > sprinters because it really helps them to see what needs more testing > and when k

Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-22 Thread Yannick Gingras
> Is there anyone one against adding a --with coverage option to > `runtests.py`? Please see the proof of concept patch in attachment. -- Yannick Gingras http://ygingras.net http://montrealpython.org -- lead organizer # HG changeset patch # Parent fa62924e8f37e9dfca5bcdede499e4389744059f added o

[Distutils] Script for easy access to the coverage report on distutils2

2010-05-22 Thread Yannick Gingras
Greetings Packagers, as part of our sprinting effort at Montréal-Python, we found it relevant to give an easy access to the test coverage reports to sprinters because it really helps them to see what needs more testing and when kind of breakage then can expect the tests to catch. I tried to us