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

Method test_no_parameters

tests/PullRequest1682.py:46–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.repo = self.g.get_repo("ReDASers/Phishing-Detection")
45
46 def test_no_parameters(self):
47 runs = self.repo.get_workflow_runs()
48 self.assertEqual(313400760, runs[0].id)
49
50 def test_object_parameters(self):
51 branch = self.repo.get_branch("adversary")

Callers

nothing calls this directly

Calls 1

get_workflow_runsMethod · 0.80

Tested by

no test coverage detected