mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Cherry-pick doc updates for v2.13.0
This commit is contained in:
		| @@ -224,7 +224,7 @@ When set to ```yes``` Catch will report the duration of each test case, in milli | ||||
|  | ||||
| <pre>-D, --min-duration <value></pre> | ||||
|  | ||||
| > `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch X.Y.Z | ||||
| > `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch 2.13.0 | ||||
|  | ||||
| When set, Catch will report the duration of each test case that took more | ||||
| than <value> seconds, in milliseconds. This option is overriden by both | ||||
|   | ||||
| @@ -92,7 +92,7 @@ TEST_CASE("Complex mix of sections and generates") { | ||||
| } | ||||
| ``` | ||||
|  | ||||
| > The ability to place `GENERATE` between two `SECTION`s was [introduced](https://github.com/catchorg/Catch2/issues/1938) in Catch X.Y.Z. | ||||
| > The ability to place `GENERATE` between two `SECTION`s was [introduced](https://github.com/catchorg/Catch2/issues/1938) in Catch 2.13.0. | ||||
|  | ||||
| ## Provided generators | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,7 @@ | ||||
| # Release notes | ||||
| **Contents**<br> | ||||
| [3.0.1](#301)<br> | ||||
| [2.13.0](#2130)<br> | ||||
| [2.12.4](#2124)<br> | ||||
| [2.12.3](#2123)<br> | ||||
| [2.12.2](#2122)<br> | ||||
| @@ -144,6 +145,19 @@ new design. | ||||
|  | ||||
|  | ||||
|  | ||||
| ## 2.13.0 | ||||
|  | ||||
| ### Improvements | ||||
| * `GENERATE` can now follow a `SECTION` at the same level of nesting (#1938) | ||||
|   * The `SECTION`(s) before the `GENERATE` will not be run multiple times, the following ones will. | ||||
| * Added `-D`/`--min-duration` command line flag (#1910) | ||||
|   * If a test takes longer to finish than the provided value, its name and duration will be printed. | ||||
|   * This flag is overriden by setting `-d`/`--duration`. | ||||
|  | ||||
| ### Fixes | ||||
| * `TAPReporter` no longer skips successful assertions (#1983) | ||||
|  | ||||
|  | ||||
| ## 2.12.4 | ||||
|  | ||||
| ### Improvements | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský