> 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 great
but we also use this: https://github.com/jrydberg/txcovreport
Sent from my iPhone
On 14 apr 2012, at 06:22, Duncan McGreggor wrote:
> On Fri, Apr 13, 2012 at 3:19 PM, Itamar Turner-Trauring
> wrote:
>>> Hi all,
>>>
>>> I would like to collect coverage statistic for my tw
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
> 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
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