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

Method test_header

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

Source from the content-addressed store, hash-verified

154 self.assertTrue(ns.print_slow)
155
156 def test_header(self):
157 ns = self.parse_args(['--header'])
158 self.assertTrue(ns.header)
159
160 ns = self.parse_args(['--verbose'])
161 self.assertTrue(ns.header)
162
163 def test_randomize(self):
164 for opt in ('-r', '--randomize'):

Callers

nothing calls this directly

Calls 2

parse_argsMethod · 0.95
assertTrueMethod · 0.80

Tested by

no test coverage detected