Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
861d535e
Commit
861d535e
authored
Mar 09, 2021
by
Abseil Team
Committed by
Dino Radaković
Mar 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Update READMEs and issue template PiperOrigin-RevId: 361931644
parent
763eaa43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
16 deletions
+27
-16
00-bug_report.md
.github/ISSUE_TEMPLATE/00-bug_report.md
+4
-2
README.md
README.md
+19
-10
README.md
googlemock/README.md
+4
-4
No files found.
.github/ISSUE_TEMPLATE/00-bug_report.md
View file @
861d535e
...
@@ -19,9 +19,11 @@ problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links
...
@@ -19,9 +19,11 @@ problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links
to a GitHub branch or
[
godbolt.org
](
https://godbolt.org/
)
that demonstrate the
to a GitHub branch or
[
godbolt.org
](
https://godbolt.org/
)
that demonstrate the
problem are also helpful.
problem are also helpful.
**
What version of GoogleTest are you using
?**
**
Does the bug persist in the most recent commit
?**
**What operating system and version are you using**
We recommend using the latest commit in the master branch in your projects.
**What operating system and version are you using?**
If you are using a Linux distribution please include the name and version of the
If you are using a Linux distribution please include the name and version of the
distribution as well.
distribution as well.
...
...
README.md
View file @
861d535e
...
@@ -6,6 +6,18 @@
...
@@ -6,6 +6,18 @@
### Announcements
### Announcements
#### Live at Head
GoogleTest now follows the
[
Abseil Live at Head philosophy
](
https://abseil.io/about/philosophy#upgrade-support
)
.
We recommend using the latest commit in the
`master`
branch in your projects.
#### Documentation Updates
Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
#### Release 1.10.x
#### Release 1.10.x
[
Release 1.10.x
](
https://github.com/google/googletest/releases/tag/release-1.10.0
)
[
Release 1.10.x
](
https://github.com/google/googletest/releases/tag/release-1.10.0
)
...
@@ -13,10 +25,9 @@ is now available.
...
@@ -13,10 +25,9 @@ is now available.
#### Coming Soon
#### Coming Soon
*
Post 1.10.x googletest will follow
*
We are planning to take a dependency on
[
Abseil Live at Head philosophy
](
https://abseil.io/about/philosophy
)
*
We are also planning to take a dependency on
[
Abseil
](
https://github.com/abseil/abseil-cpp
)
.
[
Abseil
](
https://github.com/abseil/abseil-cpp
)
.
*
More documentation improvements are planned.
## Welcome to **GoogleTest**, Google's C++ test framework!
## Welcome to **GoogleTest**, Google's C++ test framework!
...
@@ -26,14 +37,12 @@ release them together.
...
@@ -26,14 +37,12 @@ release them together.
### Getting Started
### Getting Started
The information for
**GoogleTest**
is available in the
See the
[
GoogleTest User's Guide
](
https://google.github.io/googletest/
)
for
[
GoogleTest Primer
](
docs/primer.md
)
documentation.
documentation. We recommend starting with the
[
GoogleTest Primer
](
https://google.github.io/googletest/primer.html
)
.
**GoogleMock**
is an extension to GoogleTest for writing and using C++ mock
classes. See the separate
[
GoogleMock documentation
](
googlemock/README.md
)
.
More
detailed documentation for googletest is in its interior
More
information about building GoogleTest can be found at
[
googletest/README.md
](
googletest/README.md
)
file
.
[
googletest/README.md
](
googletest/README.md
)
.
## Features
## Features
...
...
googlemock/README.md
View file @
861d535e
...
@@ -30,10 +30,10 @@ gMock:
...
@@ -30,10 +30,10 @@ gMock:
Details and examples can be found here:
Details and examples can be found here:
*
[
gMock for Dummies
](
../docs/gmock_for_dummies.md
)
*
[
gMock for Dummies
](
https://google.github.io/googletest/gmock_for_dummies.html
)
*
[
Legacy gMock FAQ
](
../docs/gmock_faq.md
)
*
[
Legacy gMock FAQ
](
https://google.github.io/googletest/gmock_faq.html
)
*
[
gMock Cookbook
](
../docs/gmock_cook_book.md
)
*
[
gMock Cookbook
](
https://google.github.io/googletest/gmock_cook_book.html
)
*
[
gMock Cheat Sheet
](
../docs/gmock_cheat_sheet.md
)
*
[
gMock Cheat Sheet
](
https://google.github.io/googletest/gmock_cheat_sheet.html
)
Please note that code under scripts/generator/ is from the
Please note that code under scripts/generator/ is from the
[
cppclean project
](
http://code.google.com/p/cppclean/
)
and under the Apache
[
cppclean project
](
http://code.google.com/p/cppclean/
)
and under the Apache
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment