new mcp servers format
This commit is contained in:
5
.venv/lib/python3.10/site-packages/google/protobuf/internal/testing_refleaks.py
Executable file → Normal file
5
.venv/lib/python3.10/site-packages/google/protobuf/internal/testing_refleaks.py
Executable file → Normal file
@@ -37,9 +37,6 @@ class LocalTestResult(unittest.TestResult):
|
||||
def addSkip(self, test, reason):
|
||||
pass
|
||||
|
||||
def addDuration(self, test, duration):
|
||||
pass
|
||||
|
||||
|
||||
class ReferenceLeakCheckerMixin(object):
|
||||
"""A mixin class for TestCase, which checks reference counts."""
|
||||
@@ -62,7 +59,7 @@ class ReferenceLeakCheckerMixin(object):
|
||||
super(ReferenceLeakCheckerMixin, self).run(result=result)
|
||||
super(ReferenceLeakCheckerMixin, self).run(result=result)
|
||||
|
||||
oldrefcount = 0 # pylint: disable=unused-variable but needed for refcounts.
|
||||
oldrefcount = 0
|
||||
local_result = LocalTestResult(result)
|
||||
num_flakes = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user