mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	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