aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZebedee Mason <zeb@cyclerouter.co.uk>2019-10-09 10:44:03 +0100
committerZebedee Mason <zeb@cyclerouter.co.uk>2019-10-09 10:44:03 +0100
commitde69803b1e380d021a6698d5cf085857a5bc9fa5 (patch)
treef24b077d798b13b031ef1de61318a41f8142c86a /README.md
parentcd17fa2abda2a2e4111cdabd62a87aea16835014 (diff)
downloadgoogletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.gz
googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.bz2
googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.zip
Mention Cornichon as a related open source project
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44e01e2b..5d39303e 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,9 @@ runs tests from your binary in parallel to provide significant speed-up.
is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
+[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser
+that generates stub code for Google Test.
+
## Requirements
Google Test is designed to have fairly minimal requirements to build and use