Lines Matching refs:verbosity
5597 def __init__(self, stream, descriptions, verbosity):
5598 unittest._TextTestResult.__init__(self, stream, descriptions, verbosity)
5633 def __init__(self, verbosity=1):
5636 verbosity=verbosity)
5639 return _GTestTextTestResult(self.stream, self.descriptions, self.verbosity)
5935 verbosity = 1
5937 verbosity = 2
5938 result = PyAutoTextTestRunner(verbosity=verbosity).run(pyauto_suite)