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

Method setUp

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

Source from the content-addressed store, hash-verified

33
34class ProjectColumn(Framework.TestCase):
35 def setUp(self):
36 super().setUp()
37 self.get_project_column = self.g.get_project_column(8700460)
38 self.move_project_column = self.g.get_project_column(8748065)
39 proj = self.g.get_project(1682941)
40 self.col = proj.get_columns()[0]
41
42 # See https://developer.github.com/v3/projects/columns/#get-a-project-column
43 def testAttributes(self):

Callers

nothing calls this directly

Calls 3

get_project_columnMethod · 0.80
get_projectMethod · 0.80
get_columnsMethod · 0.80

Tested by

no test coverage detected