summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-01-17 12:15:50 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-17 12:16:29 -0800
commitbdb3b0a4939228f28fcb38e786cc29b79db463ab (patch)
tree0c6382619283863973c89e6027e83103190f1cf0 /CONTRIBUTING.md
parentbba28fa8b2ef2d9725302ab8da0ca7c1a4a81715 (diff)
downloadgoogletest-git-bdb3b0a4939228f28fcb38e786cc29b79db463ab.tar.gz
Replace deprecated python calls
assert_ -> assertTrue/assertFalse/assertIn/assertNotIn assertEquals -> assertEqual PiperOrigin-RevId: 502654909 Change-Id: I25d30095a83c3806606cb80d676b3c979495e6bd
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de14c815..423b0675 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -88,7 +88,7 @@ check your formatting.
If you plan to contribute a patch, you need to build Google Test, Google Mock,
and their own tests from a git checkout, which has further requirements:
-* [Python](https://www.python.org/) v2.3 or newer (for running some of the
+* [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