catch2/docs
Martin Hořeňovský 7e7c813486 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
2017-02-06 00:53:39 +01:00
..
Readme.md New documentation section: "known limitations" 2017-02-06 00:53:39 +01:00
assertions.md Improved assertion documentation 2017-01-30 19:42:27 +01:00
build-systems.md Change include -> single_include in CMake example 2017-01-26 10:24:48 +01:00
command-line.md typo 2017-02-01 14:39:06 +00:00
configuration.md Enabled previous commit under MSVC, introduced new feature toggle 2017-01-26 18:47:29 +01:00
contributing.md Updated docs for contributing 2017-01-10 07:36:06 +00:00
limitations.md New documentation section: "known limitations" 2017-02-06 00:53:39 +01:00
logging.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
own-main.md Cap main exit code to 255 (#797) 2017-01-31 20:48:14 +01:00
release-notes.md v1.7.0 build 2017-02-01 21:47:43 +01:00
slow-compiles.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
test-cases-and-sections.md Added [!nonportable] tag 2017-01-23 17:44:55 +00:00
test-fixtures.md Minor typo fix 2017-01-07 22:05:18 +01:00
tostring.md exception translators considered even for types deriving from std::exception, now 2015-11-18 08:39:21 +00:00
tutorial.md Fix grammar error in tutorial.md 2017-01-07 09:56:21 +01:00
why-catch.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00

Readme.md