MCPcopy Index your code
hub / github.com/GitGuardian/ggshield / test_git_shell

Function test_git_shell

tests/unit/utils/test_git_shell.py:62–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def test_git_shell():
63 assert "usage: git" in git(["help"])
64
65
66def test_is_git_dir(tmp_path):

Callers

nothing calls this directly

Calls 1

gitFunction · 0.90

Tested by

no test coverage detected