Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump PythonScript.Tests/gtest from af29db7 to 8ded48c #236

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion PythonScript.Tests/gtest
Submodule gtest updated 46 files
+13 −2 BUILD.bazel
+4 −3 README.md
+25 −3 WORKSPACE
+3 −0 ci/linux-presubmit.sh
+22 −17 docs/gmock_cook_book.md
+6 −6 docs/gmock_for_dummies.md
+3 −1 docs/reference/mocking.md
+521 −67 googlemock/include/gmock/gmock-actions.h
+25 −19 googlemock/include/gmock/gmock-matchers.h
+2 −1 googlemock/include/gmock/gmock-more-actions.h
+6 −3 googlemock/include/gmock/gmock-nice-strict.h
+46 −9 googlemock/include/gmock/gmock-spec-builders.h
+6 −3 googlemock/include/gmock/internal/gmock-internal-utils.h
+47 −20 googlemock/include/gmock/internal/gmock-port.h
+2 −1 googlemock/src/gmock-cardinalities.cc
+548 −38 googlemock/test/gmock-actions_test.cc
+2 −1 googlemock/test/gmock-cardinalities_test.cc
+27 −11 googlemock/test/gmock-function-mocker_test.cc
+10 −4 googlemock/test/gmock-matchers-arithmetic_test.cc
+41 −14 googlemock/test/gmock-matchers-comparisons_test.cc
+52 −17 googlemock/test/gmock-matchers-containers_test.cc
+11 −4 googlemock/test/gmock-matchers-misc_test.cc
+54 −16 googlemock/test/gmock-matchers_test.h
+6 −3 googlemock/test/gmock-nice-strict_test.cc
+15 −7 googlemock/test/gmock-spec-builders_test.cc
+2 −1 googlemock/test/gmock_leak_test_.cc
+2 −1 googlemock/test/gmock_link_test.h
+2 −1 googlemock/test/gmock_output_test_.cc
+11 −6 googletest/include/gtest/gtest-matchers.h
+5 −2 googletest/include/gtest/gtest-param-test.h
+6 −2 googletest/include/gtest/gtest-spi.h
+4 −2 googletest/include/gtest/gtest-test-part.h
+18 −9 googletest/include/gtest/gtest.h
+0 −14 googletest/include/gtest/internal/custom/README.md
+6 −3 googletest/include/gtest/internal/gtest-death-test-internal.h
+41 −33 googletest/include/gtest/internal/gtest-internal.h
+15 −5 googletest/include/gtest/internal/gtest-param-util.h
+139 −102 googletest/include/gtest/internal/gtest-port.h
+19 −7 googletest/src/gtest-internal-inl.h
+6 −3 googletest/src/gtest-port.cc
+39 −7 googletest/src/gtest.cc
+4 −0 googletest/test/BUILD.bazel
+5 −2 googletest/test/googletest-param-test-test.cc
+5 −8 googletest/test/googletest-port-test.cc
+41 −26 googletest/test/gtest_help_test.py
+70 −37 googletest/test/gtest_unittest.cc