We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a1206 commit 5d26904Copy full SHA for 5d26904
docs/faq.md
@@ -46,6 +46,17 @@ This means that we will not knowingly make backwards-incompatible changes
46
without incrementing the major version number.
47
48
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
60
---
61
62
[Home](Readme.md#top)
0 commit comments