mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Make it clearer that the JSON reporter is WIP
This commit is contained in:
parent
cb07ff9a7e
commit
1774dbfd53
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user