Lines Matching full:warnings
62 failfast = catchbreak = buffer = progName = warnings = testNamePatterns = None
68 buffer=None, warnings=None, *, tb_locals=False): argument
84 if warnings is None and not sys.warnoptions:
86 # print them anyway unless other warnings settings are
87 # specified by the warnings arg or the -W python flag
88 self.warnings = 'default'
90 # here self.warnings is set either to the value passed
91 # to the warnings args or to None.
92 # If the user didn't pass a value self.warnings will
95 self.warnings = warnings
257 warnings=self.warnings,
264 warnings=self.warnings)