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

Method test_case_insensitive

Lib/test/test_importlib/metadata/test_zip.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.assertIsNone(distribution('example').read_text('does not exist'))
42
43 def test_case_insensitive(self):
44 self.assertEqual(version('Example'), '21.12')
45
46 def test_files(self):
47 for file in files('example'):

Callers

nothing calls this directly

Calls 2

versionFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected