Make it clearer that the JSON reporter is WIP

This commit is contained in:
Martin Hořeňovský 2023-12-10 21:04:56 +01:00
parent cb07ff9a7e
commit 1774dbfd53
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {