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

Method test_nonexistent_dir

tests/test_git_context.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 self.assertEqual(result, "")
51
52 def test_nonexistent_dir(self):
53 result = _git_cmd(["status"], "/nonexistent/dir/path")
54 self.assertEqual(result, "")
55
56
57class TestGetIsGit(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_git_cmdFunction · 0.90

Tested by

no test coverage detected