New documentation section: "known limitations"

It contains known limitation such as the fact that Catch is not thread
safe, it does not support running tests in forked process or running
multiple tests in parallel

closes #399
closes #681
closes #246
closes #483
This commit is contained in:
Martin Hořeňovský
2017-02-06 00:53:39 +01:00
parent 712323ab7c
commit 7e7c813486
2 changed files with 46 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Before looking at this material be sure to read the [tutorial](tutorial.md)
* [Configuration](configuration.md)
* [String Conversions](tostring.md)
* [Why are my tests slow to compile?](slow-compiles.md)
* [Known limitations](limitations.md)
Other