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

Method test_grapheme_break

Lib/test/test_unicodedata.py:1305–1310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1303class GraphemeBreakTest(unittest.TestCase):
1304 @requires_resource('network')
1305 def test_grapheme_break(self):
1306 TESTDATAFILE = "GraphemeBreakTest.txt"
1307 testdata = download_test_data_file(TESTDATAFILE)
1308
1309 with testdata:
1310 self.run_grapheme_break_tests(testdata)
1311
1312 def run_grapheme_break_tests(self, testdata):
1313 for line in testdata:

Callers

nothing calls this directly

Calls 2

download_test_data_fileFunction · 0.85

Tested by

no test coverage detected