googletest icon indicating copy to clipboard operation
googletest copied to clipboard

GoogleTest - Google Testing and Mocking Framework

Results 460 googletest issues
Sort by recently updated
recently updated
newest added

### Does the feature exist in the most recent commit? No. ### Why do we need this feature? Hi, I'm using gtest by CMake under OpenSUSE. However, I noticed that...

enhancement

### Describe the issue When adding a global test environment whose `SetUp` function calls `GTEST_SKIP`, the actual tests are still reported as executed in the test program's output, and as...

### Describe the issue `CaptureStdout()`, `GetCapturedStdout()`, `CaptureStderr()` and `GetCapturedStderr()` are not mentioned in the `docs/`. ### Steps to reproduce the problem 1. Look for these functions in GitHub repo. 2....

ghostty is a new terminal, see: - https://ghostty.org/docs/about - https://github.com/ghostty-org/ghostty I did a similar change to the one for `alacritty` manually listing the string: https://github.com/google/googletest/pull/4490 Although possibly at some point...

### Describe the issue [Link](https://github.com/google/googletest/blob/main/CONTRIBUTING.md#requirements-for-contributors) There is following information: >[Python](https://www.python.org/) v3.6 or newer (for running some of the tests and re-generating certain source files from templates) [CMake](https://cmake.org/) **v2.8.12** or newer...

### Describe the issue **prologue:** yes this sounds strange at first, since C++14 is the minimum for the project. But here are the details. **description:** GTEST needs minimum C++14 to...

### Does the feature exist in the most recent commit? Either I didn't look hard enough or it does not exist in the most recent commit. At least, the version...

enhancement