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

Method test_input

Lib/test/test_winconsoleio.py:183–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182 @requires_resource('console')
183 def test_input(self):
184 # ASCII
185 self.assertStdinRoundTrip('abc123')
186 # Non-ASCII
187 self.assertStdinRoundTrip('ϼўТλФЙ')
188 # Combining characters
189 self.assertStdinRoundTrip('A͏B ﬖ̳AA̝')
190
191 # bpo-38325
192 @unittest.skipIf(True, "Handling Non-BMP characters is broken")

Callers

nothing calls this directly

Calls 1

assertStdinRoundTripMethod · 0.95

Tested by

no test coverage detected