MCPcopy Index your code
hub / github.com/python/cpython / test_verbose3

Method test_verbose3

Lib/test/test_regrtest.py:137–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 self.assertTrue(ns.rerun)
136
137 def test_verbose3(self):
138 for opt in '-W', '--verbose3':
139 with self.subTest(opt=opt):
140 ns = self.parse_args([opt])
141 self.assertTrue(ns.verbose3)
142
143 def test_quiet(self):
144 for opt in '-q', '--quiet':

Callers

nothing calls this directly

Calls 3

parse_argsMethod · 0.95
assertTrueMethod · 0.80
subTestMethod · 0.45

Tested by

no test coverage detected