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

Method test_star

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

Source from the content-addressed store, hash-verified

255
256class TestIsGlobPattern(unittest.TestCase):
257 def test_star(self) -> None:
258 self.assertTrue(is_glob_pattern("*.py"))
259
260 def test_question_mark(self) -> None:
261 self.assertTrue(is_glob_pattern("file?.txt"))

Callers

nothing calls this directly

Calls 1

is_glob_patternFunction · 0.90

Tested by

no test coverage detected