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

Method test_get_eight_char_str

Lib/test/test_tempfile.py:168–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 super().setUp()
167
168 def test_get_eight_char_str(self):
169 # _RandomNameSequence returns a eight-character string
170 s = next(self.r)
171 self.nameCheck(s, '', '', '')
172
173 def test_many(self):
174 # _RandomNameSequence returns no duplicate strings (stochastic)

Callers

nothing calls this directly

Calls 1

nameCheckMethod · 0.80

Tested by

no test coverage detected