MCPcopy Create free account
hub / github.com/HypothesisWorks/hypothesis / assert_can_release

Function assert_can_release

tooling/src/hypothesistooling/git.py:94–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93
94def assert_can_release():
95 assert not IS_PULL_REQUEST, "Cannot release from pull requests"
96
97
98def modified_files():

Callers 2

push_tagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected