On Mon, Sep 21, 2015 at 12:44 +, Bruno Oliveira wrote:
> On Mon, Sep 21, 2015 at 9:40 AM holger krekel wrote:
>
> > So what about these branches:
> >
> > - master: bugfixes (for current latest pytest release) which will
> > usually be released in a new micro revision.
> >
> > - features: wi
Hi All,
I have code below that is based from the snippet provided by Holger:
http://stackoverflow.com/questions/10754970/in-which-py-test-callout-can-i-find-both-item-and-report-data
def pytest_runtest_makereport(item, call, __multicall__):
rep = __multicall__.execute()
setattr(item, "rep
On Tue, Sep 22, 2015 at 20:27 +0100, Ernesto D. Luzon Jr. wrote:
> Hi All,
>
> I have code below that is based from the snippet provided by Holger:
> http://stackoverflow.com/questions/10754970/in-which-py-test-callout-can-i-find-both-item-and-report-data
>
> def pytest_runtest_makereport(item, c
On Tue, Sep 22, 2015 at 19:31 +, holger krekel wrote:
> On Tue, Sep 22, 2015 at 20:27 +0100, Ernesto D. Luzon Jr. wrote:
> > Hi All,
> >
> > I have code below that is based from the snippet provided by Holger:
> > http://stackoverflow.com/questions/10754970/in-which-py-test-callout-can-i-find-