commit | db4416f19d8da169a00c1054ac02e0d52b6ff847 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <[email protected]> | Mon Aug 12 20:17:02 2024 |
committer | Chromium LUCI CQ <[email protected]> | Mon Aug 12 20:17:02 2024 |
tree | ca28337ed965f06ba0787c0f99d5bcfacf8339e2 | |
parent | 7a31652184acfcfe83bf173cf1560424e16dcaa8 [diff] [blame] |
Remove additional //testing pylint disables Removes the following disables from the //testing pylintrc file: * anomalous-backslash-in-string * consider-using-enumerate * deprecated-method * deprecated-module * function-redefined * global-statement * logging-not-lazy * reimported Bug: 353942917 Change-Id: I09c2508a9418e445b458f838db3cee0d2c77d7d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5777806 Commit-Queue: Ben Pastene <[email protected]> Reviewed-by: Ben Pastene <[email protected]> Auto-Submit: Brian Sheedy <[email protected]> Cr-Commit-Position: refs/heads/main@{#1340582}
diff --git a/testing/merge_scripts/standard_gtest_merge_test.py b/testing/merge_scripts/standard_gtest_merge_test.py index 05ea01f..3f1bd5f 100755 --- a/testing/merge_scripts/standard_gtest_merge_test.py +++ b/testing/merge_scripts/standard_gtest_merge_test.py
@@ -447,7 +447,7 @@ unicode_expectations = convert_to_unicode(expectation) unicode_result = convert_to_unicode(result) - self.assertEquals(unicode_expectations, unicode_result) + self.assertEqual(unicode_expectations, unicode_result) def test_ok(self): # Two shards, both successfully finished.