Re: [pytest-dev] commit messages from drone

2015-03-01 Thread Anatoly Bubenkov
Yes it can report only failures I'll change On Feb 28, 2015 9:54 PM, "holger krekel" wrote: > Is there a configuration where only failures are sent > to the list? It's a bit verbose as it stands IMHO. > And maybe just the author in the commit should get > success mails for a commit. > > holger >

Re: [pytest-dev] Enabling viewing of rewritten AST trees as Python

2015-03-01 Thread Tom Viner
Thanks for your ideas Floris, I've managed to get it working with your pytest_configure suggestion. The only extra bit was having to disable reading the cached pyc files that pytest writes, as these skip my monkeypatch. Take a look, it's simple to use: https://gist.github.com/tomviner/c3537c2f2b2

Re: [pytest-dev] commit messages from drone

2015-03-01 Thread Anatoly Bubenkov
changed it to send only the failures On 28 February 2015 at 21:54, holger krekel wrote: > Is there a configuration where only failures are sent > to the list? It's a bit verbose as it stands IMHO. > And maybe just the author in the commit should get > success mails for a commit. > > holger > >