mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
[3.14] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142944)
(cherry picked from commit 4a8ecbad809dedd9268973d533f24117dfc2e5ba) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
f02231b8a0
commit
f1288d353f
@ -723,7 +723,7 @@ class NormalizationTest(unittest.TestCase):
|
||||
|
||||
@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…
x
Reference in New Issue
Block a user