diff options
author | Gennadiy Civil <misterg@google.com> | 2019-10-10 13:48:24 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-10-10 13:48:24 (GMT) |
commit | 58c71977611c0019cf077e43fb54bc3326409a43 (patch) | |
tree | e12f3999ce5bb8e36deaabdf23da96f10b0b2077 | |
parent | 20b5b8ecc7a81d23b4716e22a2b35fd53379c8c6 (diff) | |
parent | de69803b1e380d021a6698d5cf085857a5bc9fa5 (diff) | |
download | googletest-58c71977611c0019cf077e43fb54bc3326409a43.zip googletest-58c71977611c0019cf077e43fb54bc3326409a43.tar.gz googletest-58c71977611c0019cf077e43fb54bc3326409a43.tar.bz2 |
Merge pull request #2505 from zebmason:cornichon
PiperOrigin-RevId: 273949529
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |