mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
This commit is contained in:
parent
e4058d7cb1
commit
4a8ecbad80
2 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ def test_normalization(self):
|
|||
|
||||
@requires_resource('cpu')
|
||||
def test_normalization_3_2_0(self):
|
||||
testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data')
|
||||
testdatafile = findfile('NormalizationTest-3.2.0.txt')
|
||||
with open(testdatafile, encoding='utf-8') as testdata:
|
||||
self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue