Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HypothesisWorks/hypothesis
/ git
Function
git
tooling/src/hypothesistooling/git.py:71–72 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
69
70
71
def
git(*args):
72
subprocess.check_call((
"git"
, *args))
73
74
75
TOOLING_COMMITTER_NAME =
"CI on behalf of the Hypothesis team"
Callers
4
test_do_publish_updates_changelog
Function · 0.90
commit_pending_release
Function · 0.90
configure_git
Function · 0.85
create_tag
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_do_publish_updates_changelog
Function · 0.72