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

Method test_input_nonbmp

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

Source from the content-addressed store, hash-verified

191 # bpo-38325
192 @unittest.skipIf(True, "Handling Non-BMP characters is broken")
193 def test_input_nonbmp(self):
194 # Non-BMP
195 self.assertStdinRoundTrip('\U00100000\U0010ffff\U0010fffd')
196
197 @requires_resource('console')
198 def test_partial_reads(self):

Callers

nothing calls this directly

Calls 1

assertStdinRoundTripMethod · 0.95

Tested by

no test coverage detected