Skip to content

Commit

Permalink
Add section on running tests in parallel to the FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jun 24, 2022
1 parent 95a1206 commit 5d26904
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ This means that we will not knowingly make backwards-incompatible changes
without incrementing the major version number.


## Does Catch2 support running tests in parallel?

Not natively, no. We see running tests in parallel as the job of an
external test runner, that can also run them in separate processes,
support test execution timeouts and so on.

However, Catch2 provides some tools that make the job of external test
runners easier. [See the relevant section in our page on best
practices](usage-tips.md#parallel-tests).


---

[Home](Readme.md#top)

0 comments on commit 5d26904

Please sign in to comment.