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
>
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
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
>
>