diff options
author | Zebedee Mason <zeb@cyclerouter.co.uk> | 2019-10-09 10:44:03 +0100 |
---|---|---|
committer | Zebedee Mason <zeb@cyclerouter.co.uk> | 2019-10-09 10:44:03 +0100 |
commit | de69803b1e380d021a6698d5cf085857a5bc9fa5 (patch) | |
tree | f24b077d798b13b031ef1de61318a41f8142c86a | |
parent | cd17fa2abda2a2e4111cdabd62a87aea16835014 (diff) | |
download | googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.gz googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.tar.bz2 googletest-de69803b1e380d021a6698d5cf085857a5bc9fa5.zip |
Mention Cornichon as a related open source project
-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 |