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

Method test_normalization_3_2_0

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

Source from the content-addressed store, hash-verified

1211
1212 @requires_resource('cpu')
1213 def test_normalization_3_2_0(self):
1214 testdatafile = findfile('NormalizationTest-3.2.0.txt')
1215 with open(testdatafile, encoding='utf-8') as testdata:
1216 self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
1217
1218 def run_normalization_tests(self, testdata, ucd):
1219 part = None

Callers

nothing calls this directly

Calls 3

findfileFunction · 0.90
openFunction · 0.50

Tested by

no test coverage detected