Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2020-05-29 02:54:38 +0300
committerDerek Mauro <dmauro@google.com>2020-05-29 02:54:38 +0300
commit69fb7e5da356238f77ff893a8be0fcc6fbfc62e9 (patch)
treebe1aab0ffa94d28d9b8df70f850427a052637596 /README.md
parent731d908c09e3fc5357008dbce3e13ea049f29820 (diff)
parent73fdce3b6e694f4f746ba55ea11ab9b1dce1d079 (diff)
Merge pull request #2845 from matepek:readme-update-with-opensource-proj
PiperOrigin-RevId: 312530971
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e332e9a2..17278662 100644
--- a/README.md
+++ b/README.md
@@ -102,9 +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.
-[Catch2 and Google Test Explorer](https://github.com/matepek/vscode-catch2-test-adapter)
-is a VS Code extension allowing to view Google Tests in a tree view, and
-run/debug your tests.
+[C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) 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.