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

Method setUp

tests/Topic.py:38–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37class Topic(Framework.TestCase):
38 def setUp(self):
39 super().setUp()
40 self.topics = list(self.g.search_topics("python"))
41
42 def testAttributes(self):
43 topic = self.topics[0]

Callers

nothing calls this directly

Calls 1

search_topicsMethod · 0.80

Tested by

no test coverage detected