SERVER-111295 [v8.0] Set python as formatter in format_multirun (#41681)

GitOrigin-RevId: 0a5f595c13f329cc64a37f58e7369dd9469ee848
This commit is contained in:
Zack Winter
2026-01-13 13:09:08 -08:00
committed by MongoDB Bot
parent ad27dbb8da
commit fbc2f1ea04
435 changed files with 31546 additions and 14906 deletions

View File

@@ -1,4 +1,5 @@
"""Unit tests for the evergreen_task_timeout script."""
import unittest
from buildscripts.validate_commit_message import STATUS_ERROR, STATUS_OK, main
@@ -8,7 +9,7 @@ class ValidateCommitMessageTest(unittest.TestCase):
def test_valid(self):
messages = [
"SERVER-44338",
"Revert \"SERVER-60",
'Revert "SERVER-60',
"Import wiredtiger: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4",
'Revert "Import wiredtiger: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4"',
]