Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ setUp
Method
setUp
tests/Issue494.py:41–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
40
class
Issue494(Framework.TestCase):
41
def
setUp(self):
42
super().setUp()
43
self.repo = self.g.get_repo(
"apache/brooklyn-server"
, lazy=True)
44
self.pull = self.repo.get_pull(465).complete()
45
46
def
testRepr(self):
47
expected = (
Callers
nothing calls this directly
Calls
3
complete
Method · 0.80
get_pull
Method · 0.80
get_repo
Method · 0.45
Tested by
no test coverage detected