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

Method test_normalization

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

Source from the content-addressed store, hash-verified

1203 @requires_resource('network')
1204 @requires_resource('cpu')
1205 def test_normalization(self):
1206 TESTDATAFILE = "NormalizationTest.txt"
1207 testdata = download_test_data_file(TESTDATAFILE)
1208
1209 with testdata:
1210 self.run_normalization_tests(testdata, unicodedata)
1211
1212 @requires_resource('cpu')
1213 def test_normalization_3_2_0(self):

Callers

nothing calls this directly

Calls 2

download_test_data_fileFunction · 0.85

Tested by

no test coverage detected