summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZebedee Mason <zeb@cyclerouter.co.uk>2019-10-09 09:44:03 (GMT)
committerZebedee Mason <zeb@cyclerouter.co.uk>2019-10-09 09:44:03 (GMT)
commitde69803b1e380d021a6698d5cf085857a5bc9fa5 (patch)
treef24b077d798b13b031ef1de61318a41f8142c86a
parentcd17fa2abda2a2e4111cdabd62a87aea16835014 (diff)
downloadgoogletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.zip
googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.gz
googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.bz2
Mention Cornichon as a related open source projectrefs/pull/2505/head
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44e01e2..5d39303 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