twistedchecker

This commit is contained in:
Alex Gaynor 2019-07-23 08:05:35 -04:00 committed by GitHub
parent e1733139f2
commit bd8e057bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ class TestLoader(object):
warnings.warn("trial only supports doctesting modules")
return
extraArgs = {}
# Work around Python issue2604: DocTestCase.tearDown clobbers globs
def saveGlobals(test):
"""