From 1db4cbcc9f27f10c9ddd6f91534b3cd3f27cb4ba Mon Sep 17 00:00:00 2001 From: David Vierra Date: Mon, 7 Dec 2015 12:09:03 -1000 Subject: [PATCH] Update AUTHORS and CHANGELOG --- AUTHORS | 1 + CHANGELOG | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 8f348e0e2..10b522cdf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,7 @@ Daniel Grana Daniel Nuri Dave Hunt David Mohr +David Vierra Edison Gustavo Muenz Eduardo Schettino Endre Galaczi diff --git a/CHANGELOG b/CHANGELOG index 37a23dd87..dec050d5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,9 @@ * `pytest_enter_pdb` now optionally receives the pytest config object. Thanks Bruno Oliveira for the PR. +* New `-rp` and `-rP` reporting options give the summary and full output + of passing tests, respectively. Thanks to David Vierra for the PR. + 2.8.2.dev ---------