Re: [Twisted-Python] Coverage summary with trial

2012-04-13 Thread Duncan McGreggor
On Fri, Apr 13, 2012 at 3:19 PM, Itamar Turner-Trauring wrote: >> Hi all, >> >> I would like to collect coverage statistic for my twisted code with trial >> and >> was wondering how to achieve this. >> >> I run something like: >>       $ trial --coverage testdir/*_test.py > > coverage.py is  a muc

Re: [Twisted-Python] Coverage summary with trial

2012-04-13 Thread Itamar Turner-Trauring
> Hi all, > > I would like to collect coverage statistic for my twisted code with trial > and > was wondering how to achieve this. > > I run something like: > $ trial --coverage testdir/*_test.py coverage.py is a much nicer tool: http://nedbatchelder.com/code/coverage/ You'd do "coverage.p

[Twisted-Python] Coverage summary with trial

2012-04-13 Thread Øystein S . Haaland
Hi all, I would like to collect coverage statistic for my twisted code with trial and was wondering how to achieve this. I run something like: $ trial --coverage testdir/*_test.py all tests are green and i can see coverage files in _trial_temp/coverage/. After looking around a bit i le

Re: [Twisted-Python] Twisted gets a logo on the DreamHost Github page :-)

2012-04-13 Thread gelin yan
On Fri, Apr 13, 2012 at 9:48 PM, Duncan McGreggor < duncan.mcgreg...@gmail.com> wrote: > On Fri, Apr 6, 2012 at 2:41 AM, gelin yan wrote: > > > > > > On Thu, Apr 5, 2012 at 9:34 PM, Duncan McGreggor > > wrote: > >> > >> Just thought I'd share the coolness: > >> http://dreamhost.github.com/ > >>

Re: [Twisted-Python] Twisted gets a logo on the DreamHost Github page :-)

2012-04-13 Thread Duncan McGreggor
On Fri, Apr 6, 2012 at 2:41 AM, gelin yan wrote: > > > On Thu, Apr 5, 2012 at 9:34 PM, Duncan McGreggor > wrote: >> >> Just thought I'd share the coolness: >>  http://dreamhost.github.com/ >> >> DreamHost is now using Twisted internally for projects and tooling... >> >> d >> >> __