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