catch2/docs
Ben Dunkin 3087e19cc7 Allow test sharding for e.g. Bazel test sharding feature
This greatly simplifies running Catch2 tests in single binary
in parallel from external test runners. Instead of having to
shard the tests by tags/test names, an external test runner
can now just ask for test shard 2 (out of X), and execute that
in single process, without having to know what tests are actually
in the shard.

Note that sharding also applies to test listing, and happens after
tests were ordered according to the `--order` feature.
2021-10-27 17:24:30 +02:00
..
Readme.md Remove obsolete documentation page 2021-09-23 23:42:16 +02:00
assertions.md Improve the REQUIRE_THROWS_MATCHES documentation a bit 2019-07-29 20:39:02 +02:00
benchmarks.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01:00
ci-and-misc.md Rename contrib/ to extras/ in the docs 2021-08-10 10:41:16 +02:00
cmake-integration.md Fix typo in docs/cmake-integration.md 2021-08-11 22:57:36 +02:00
command-line.md Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
commercial-users.md Update users docs 2021-08-08 23:42:24 +02:00
configuration.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01:00
contributing.md Mention C++14 baseline in contributing documentation 2021-08-19 19:16:12 +02:00
deprecations.md Suppress failure of CHECKED_IF and CHECKED_ELSE (#2187) 2021-05-10 21:42:47 +02:00
event-listeners.md Refactor: override implies virtual 2018-07-12 14:27:06 +02:00
generators.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01: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-07-22 21:49:54 +02:00
logging.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01:00
matchers.md Rename Contains string matcher builder to ContainsSubstring 2021-09-27 21:28:33 +02:00
migrate-v2-to-v3.md Add major changes and their motivation to v2 -> v3 migration docs 2021-07-29 23:19:48 +02:00
opensource-users.md add alpaka and LLAMA to Catch2 users 2021-09-23 12:39:56 +02:00
other-macros.md Remove mention of `ANON_TEST_CASE` from documentation 2021-05-10 21:49:45 +02:00
own-main.md Updated documentation TOCs 2018-09-08 11:05:52 +02:00
release-notes.md Pick release notes for 2.13.7 2021-10-10 22:23:14 +02:00
release-process.md Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
reporters.md Add SonarQube Generic Test Data reporter 2019-10-27 10:02:41 +01:00
test-cases-and-sections.md The limit on TEMPLATE* test cases is actually reachable 2021-10-21 15:52:07 +02:00
test-fixtures.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01:00
tostring.md Fix introduced in version placeholders 2021-03-13 10:26:12 +01:00
tutorial.md Update tutorial docs 2021-08-03 13:53:44 +02:00
why-catch.md Update why-catch.md 2021-08-08 23:42:17 +02:00