MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_no_glob

Method test_no_glob

tests/test_bash_parser.py:263–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 self.assertTrue(is_glob_pattern("file?.txt"))
262
263 def test_no_glob(self) -> None:
264 self.assertFalse(is_glob_pattern("file.txt"))
265
266
267class TestExpandHome(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

is_glob_patternFunction · 0.90

Tested by

no test coverage detected