Re: Python test coverage readout

2018-01-09 Thread Ian Bruene via devel
On 01/08/2018 03:55 PM, Matthew Selsky wrote: report -m shows exactly which lines are missing coverage. Ah, thanks. We should be able to use that information to get our python test coverage to 100%. Agreed. -- /"In the end; what separates a Man, from a Slave? Money? Power? No. A Man Ch

Re: Python test coverage readout

2018-01-08 Thread Matthew Selsky via devel
On Fri, Jan 05, 2018 at 11:37:15AM -0500, Matthew Selsky wrote: > On Fri, Jan 05, 2018 at 08:17:18AM -0600, Ian Bruene via devel wrote: > > > > How can I get a detailed report on the new python test coverage check? And > > how > > robust is it: does it only count the percentage of functions teste

Re: Python test coverage readout

2018-01-05 Thread Matthew Selsky via devel
On Fri, Jan 05, 2018 at 08:17:18AM -0600, Ian Bruene via devel wrote: > > How can I get a detailed report on the new python test coverage check? And how > robust is it: does it only count the percentage of functions tested, or can it > tell what parts of a function are being exercised? > > 91% is

Python test coverage readout

2018-01-05 Thread Ian Bruene via devel
How can I get a detailed report on the new python test coverage check? And how robust is it: does it only count the percentage of functions tested, or can it tell what parts of a function are being exercised? 91% is higher than I expected. -- /"In the end; what separates a Man, from a Sl