diff options
author | Hyuk Myeong <hyuk.myeong@lge.com> | 2020-09-14 17:17:23 (GMT) |
---|---|---|
committer | Hyuk Myeong <hyuk.myeong@lge.com> | 2020-09-14 17:18:53 (GMT) |
commit | 7aae2ac34c4b0c8ff233297d7f9011b2850a389d (patch) | |
tree | dd32ae4381b9d38015d5a693cdb04802bd064798 /README.md | |
parent | a4ab0abb93620ce26efad9de9296b73b16e88588 (diff) | |
download | googletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.zip googletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.tar.gz googletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.tar.bz2 |
Improve the tutorial that may be confusing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ is now available. ## Welcome to **Google Test**, Google's C++ test framework! -This repository is a merger of the formerly separate GoogleTest and GoogleMock +This repository is a merger of the formerly separate Google Test and Google Mock projects. These were so closely related that it makes sense to maintain and release them together. @@ -98,7 +98,7 @@ 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 +Code extension allowing to view Google Test in a tree view, and run/debug your tests. [Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser |