Skip to content

Commit 5d26904

Browse files
committed
Add section on running tests in parallel to the FAQ
1 parent 95a1206 commit 5d26904

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ This means that we will not knowingly make backwards-incompatible changes
4646
without incrementing the major version number.
4747

4848

49+
## Does Catch2 support running tests in parallel?
50+
51+
Not natively, no. We see running tests in parallel as the job of an
52+
external test runner, that can also run them in separate processes,
53+
support test execution timeouts and so on.
54+
55+
However, Catch2 provides some tools that make the job of external test
56+
runners easier. [See the relevant section in our page on best
57+
practices](usage-tips.md#parallel-tests).
58+
59+
4960
---
5061

5162
[Home](Readme.md#top)

0 commit comments

Comments
 (0)