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

Method test_case

Lib/test/test_fnmatch.py:83–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.check_match(b'foo\nbar', b'foo*')
82
83 def test_case(self):
84 check = self.check_match
85 check('abc', 'abc')
86 check('AbC', 'abc', IGNORECASE)
87 check('abc', 'AbC', IGNORECASE)
88 check('AbC', 'AbC')
89
90 def test_sep(self):
91 check = self.check_match

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected