From 2517adc0633e4a08393e78f388629b36af320f32 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Mon, 28 Sep 2015 12:01:41 -0700 Subject: [PATCH] Update NEWS: TAP reporter now handles skipped tests --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2a0c38d40..118f14d59 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,8 @@ * Added `skip_on_os()`, to skip tests on specified operating systems (@kevinushey). +* Handle skipped tests in the TAP reporter (#262). + # testthat 0.10.0 * Failure locations are now formated as R error locations.