MCPcopy Index your code
hub / github.com/python/cpython / test_all_names

Method test_all_names

Lib/test/test_unicodedata.py:703–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

701
702 @requires_resource('network')
703 def test_all_names(self):
704 TESTDATAFILE = "DerivedName.txt"
705 testdata = download_test_data_file(TESTDATAFILE)
706
707 with testdata:
708 self.run_name_tests(testdata)
709
710 def run_name_tests(self, testdata):
711 names_ref = {}

Callers

nothing calls this directly

Calls 2

run_name_testsMethod · 0.95
download_test_data_fileFunction · 0.85

Tested by

no test coverage detected