(self)
| 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 |
nothing calls this directly
no test coverage detected