mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +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() { |     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 ) { |     void JsonReporter::testRunStarting( TestRunInfo const& testInfo ) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský