catch2/docs
John Bytheway 46fde0c597 Add --min-duration option
A test runner already has a --durations option to print durations.
However, this isn't entirely satisfactory.

When there are many tests, this produces output spam which makes it hard
to find the test failure output.  Nevertheless, it is helpful to be
informed of tests which are unusually slow.

Therefore, introduce a new option --min-duration that causes all
durations above a certain threshold to be printed.  This allows slow
tests to be visible without mentioning every test.
2020-07-06 11:35:02 +02:00
..
Readme.md Add link to list of commercial user projects 2020-02-07 15:33:55 +01:00
assertions.md Improve the REQUIRE_THROWS_MATCHES documentation a bit 2019-07-29 20:39:02 +02:00
benchmarks.md Fix wrong namespacing of benchmarking constructor helpers 2019-11-21 16:22:04 +01:00
ci-and-misc.md Add SonarQube Generic Test Data reporter 2019-10-27 10:02:41 +01:00
cmake-integration.md Add vcpkg installation instructions (#1898) 2020-03-31 19:12:10 +02:00
command-line.md Add --min-duration option 2020-07-06 11:35:02 +02:00
commercial-users.md Add king as user 2020-03-11 09:32:16 +01:00
configuration.md v2.11.2 2020-03-19 12:37:51 +01:00
contributing.md Rewrite the contributing documentation 2020-06-27 17:44:08 +02:00
deprecations.md Fix significant bug with storing composed matchers 2020-02-01 21:06:07 +01:00
event-listeners.md Refactor: override implies virtual 2018-07-12 14:27:06 +02:00
generators.md Escaping literal "*" ("times") to fix markdown 2020-07-05 17:04:00 -05:00
limitations.md Fix "ldd" -> "lld" typo in docs 2019-10-20 20:57:55 +02:00
list-of-examples.md Add an example of using GENERATE(table()) 2020-06-23 22:55:03 +02:00
logging.md Add 'Introduced in Catch 2.7.0.' note 2019-08-02 19:18:47 +02:00
matchers.md Document that matcher combinators (&&, ||, !) do not take ownership 2019-10-26 21:07:38 +02:00
opensource-users.md Added toml++ to opensource-users.md 2020-03-29 14:21:57 +02:00
other-macros.md Add 'Introduced in Catch 2.3.0.' text 2019-08-02 19:18:47 +02:00
own-main.md Document that user can only provide main in TU with CONFIG_RUNNER 2020-05-15 15:57:27 +02:00
release-notes.md v2.12.4 2020-07-05 11:51:30 +02:00
release-process.md Mention the sonarqube reporter in release process 2019-11-15 14:59:35 +01:00
reporters.md Add SonarQube Generic Test Data reporter 2019-10-27 10:02:41 +01:00
slow-compiles.md Update slow-compiles.md 2020-03-18 15:35:56 +01:00
test-cases-and-sections.md Add 'Introduced in Catch 2.4.0.' text 2019-08-02 19:18:47 +02:00
test-fixtures.md Add 'Introduced in Catch 2.8.0.' text 2019-08-02 19:18:47 +02:00
tostring.md Add 'Introduced in Catch 2.8.0.' text 2019-08-02 19:18:47 +02:00
tutorial.md Update tutorial.md 2020-03-18 15:36:19 +01:00
why-catch.md Fix Cute test framework URL 2018-11-05 19:38:37 +01:00