Re: [pytest-dev] code coverage of tests using pytester - testdir.runpytest

2015-04-19 Thread Eduardo Schettino
On Sun, Apr 19, 2015 at 3:32 PM, holger krekel wrote: > On Sat, Apr 18, 2015 at 22:53 +0200, Anatoly Bubenkov wrote: > > Its not always enough and possible to use inline run, but indeed helps > for > > pytest-cov > > I'd like to make inline_run behave as much as possible like runpytest() > (which

Re: [pytest-dev] New plugin for generating HTML report (and request for help)

2015-04-19 Thread holger krekel
On Thu, Apr 16, 2015 at 17:46 +0100, Dave Hunt wrote: > Thanks Bruno, the custom hook works well. Here’s the change: > https://github.com/davehunt/pytest-html/commit/2a405a3cdc638c1896ab3d1074296496bb1fa3a8 > >

Re: [pytest-dev] code coverage of tests using pytester - testdir.runpytest

2015-04-19 Thread holger krekel
On Sat, Apr 18, 2015 at 22:53 +0200, Anatoly Bubenkov wrote: > Its not always enough and possible to use inline run, but indeed helps for > pytest-cov I'd like to make inline_run behave as much as possible like runpytest() (which creates a subprocess). One issue is capturing output, what are othe