aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-10-10 09:48:24 -0400
committerGennadiy Civil <misterg@google.com>2019-10-10 09:48:24 -0400
commit58c71977611c0019cf077e43fb54bc3326409a43 (patch)
treee12f3999ce5bb8e36deaabdf23da96f10b0b2077
parent20b5b8ecc7a81d23b4716e22a2b35fd53379c8c6 (diff)
parentde69803b1e380d021a6698d5cf085857a5bc9fa5 (diff)
downloadgoogletest-58c71977611c0019cf077e43fb54bc3326409a43.tar.gz
googletest-58c71977611c0019cf077e43fb54bc3326409a43.tar.bz2
googletest-58c71977611c0019cf077e43fb54bc3326409a43.zip
Merge pull request #2505 from zebmason:cornichon
PiperOrigin-RevId: 273949529
-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