unittest: Trivial typo fix.
This commit is contained in:
parent
caa01f861c
commit
7e28df94ec
@ -74,7 +74,7 @@ class TestProgram(object):
|
|||||||
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…
x
Reference in New Issue
Block a user