mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
#22650: test suite: load Unicode test data files from www.pythontest.net
This commit is contained in:
parent
abd1c97bd2
commit
5a15508f97
7 changed files with 16 additions and 24 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
from unicodedata import normalize, unidata_version
|
||||
|
||||
TESTDATAFILE = "NormalizationTest.txt"
|
||||
TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
|
||||
TESTDATAURL = "http://www.pythontest.net/unicode/" + unidata_version + "/" + TESTDATAFILE
|
||||
|
||||
def check_version(testfile):
|
||||
hdr = testfile.readline()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue