From 1774dbfd53baa9af658abc71770da2702404fb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 10 Dec 2023 21:04:56 +0100 Subject: [PATCH] Make it clearer that the JSON reporter is WIP --- src/catch2/reporters/catch_reporter_json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catch2/reporters/catch_reporter_json.cpp b/src/catch2/reporters/catch_reporter_json.cpp index 58ae388b..1f0db8b0 100644 --- a/src/catch2/reporters/catch_reporter_json.cpp +++ b/src/catch2/reporters/catch_reporter_json.cpp @@ -130,7 +130,7 @@ namespace Catch { } std::string JsonReporter::getDescription() { - return "WIP! Reports test results as a JSON document. WIP!"; + return "Outputs listings as JSON. Test listing is Work-in-Progress!"; } void JsonReporter::testRunStarting( TestRunInfo const& testInfo ) {