MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_case_insensitive

Method test_case_insensitive

Lib/test/test_importlib/test_zip.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.assertIsNone(distribution('example').read_text('does not exist'))
36
37 def test_case_insensitive(self):
38 self.assertEqual(version('Example'), '21.12')
39
40 def test_files(self):
41 for file in files('example'):

Callers

nothing calls this directly

Calls 2

versionFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected