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

Method test_question_mark

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

Source from the content-addressed store, hash-verified

258 self.assertTrue(is_glob_pattern("*.py"))
259
260 def test_question_mark(self) -> None:
261 self.assertTrue(is_glob_pattern("file?.txt"))
262
263 def test_no_glob(self) -> None:
264 self.assertFalse(is_glob_pattern("file.txt"))

Callers

nothing calls this directly

Calls 1

is_glob_patternFunction · 0.90

Tested by

no test coverage detected