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

Method test_sep

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

Source from the content-addressed store, hash-verified

88 check('AbC', 'AbC')
89
90 def test_sep(self):
91 check = self.check_match
92 check('usr/bin', 'usr/bin')
93 check('usr\\bin', 'usr/bin', NORMSEP)
94 check('usr/bin', 'usr\\bin', NORMSEP)
95 check('usr\\bin', 'usr\\bin')
96
97 def test_char_set(self):
98 check = self.check_match

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected