MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testDeleteEnvironment

Method testDeleteEnvironment

tests/Environment.py:191–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self.assertFalse(environment.deployment_branch_policy.custom_branch_policies)
190
191 def testDeleteEnvironment(self):
192 self.repo.delete_environment("test")
193 with pytest.raises(github.UnknownObjectException):
194 self.repo.get_environment("test")
195
196 def testEnvironmentVariable(self):
197 repo = self.g.get_repo("AndrewJDawes/PyGithub")

Callers

nothing calls this directly

Calls 2

delete_environmentMethod · 0.80
get_environmentMethod · 0.80

Tested by

no test coverage detected