forked from catchorg/Catch2
Make it clearer that the JSON reporter is WIP
This commit is contained in:
@@ -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 ) {
|
||||
|
Reference in New Issue
Block a user