mirror of https://github.com/python/cpython.git
unittest: Trivial typo fix.
This commit is contained in:
parent
caa01f861c
commit
7e28df94ec
|
@ -74,7 +74,7 @@ def __init__(self, module='__main__', defaultTest=None, argv=None,
|
||||||
self.verbosity = verbosity
|
self.verbosity = verbosity
|
||||||
self.buffer = buffer
|
self.buffer = buffer
|
||||||
if warnings is None and not sys.warnoptions:
|
if warnings is None and not sys.warnoptions:
|
||||||
# even if DreprecationWarnings are ignored by default
|
# even if DeprecationWarnings are ignored by default
|
||||||
# print them anyway unless other warnings settings are
|
# print them anyway unless other warnings settings are
|
||||||
# specified by the warnings arg or the -W python flag
|
# specified by the warnings arg or the -W python flag
|
||||||
self.warnings = 'default'
|
self.warnings = 'default'
|
||||||
|
|
Loading…
Reference in New Issue