catch2/tests/SelfTest/IntrospectiveTests
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
..
Clara.tests.cpp Arg::parse accepts plain Args as argument 2020-11-07 18:00:27 +01:00
CmdLine.tests.cpp Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
Details.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
FloatingPoint.tests.cpp Fix ulp distance calculation for numbers with different signs 2021-07-27 21:04:41 +02:00
GeneratorsImpl.tests.cpp Fix types in generators: decay types, properly constrain forwarding 2020-10-20 10:57:37 +02:00
InternalBenchmark.tests.cpp Add test for !shouldfail and failed benchmarks 2021-08-21 00:06:31 +02:00
PartTracker.tests.cpp Modify generator tracking to allow GENERATEs between SECTIONs 2020-07-26 11:35:06 +02:00
RandomNumberGeneration.tests.cpp Add generateRandomSeed utility to generate randomness seed 2021-10-08 21:35:41 +02:00
Reporters.tests.cpp Fix bad indentation calculation in the console reporter 2021-10-25 15:21:28 +02:00
Sharding.tests.cpp Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
String.tests.cpp Use StringRef for className in TestCaseInfo 2021-09-27 19:07:45 +02:00
StringManip.tests.cpp Change startsWith(char) to take StringRef as argument 2021-09-27 14:55:28 +02:00
Tag.tests.cpp Rename Contains string matcher builder to ContainsSubstring 2021-09-27 21:28:33 +02:00
ToString.tests.cpp Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
UniquePtr.tests.cpp Sweep out Wshadow 2020-09-06 13:11:42 +02:00
Xml.tests.cpp Add more tests for XmlWrite::write* members 2021-10-02 14:39:52 +02:00