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

Method testAddSeats

tests/Copilot.py:67–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.assertListKeyEqual(seats, lambda s: s.assignee.login, ["pashafateev"])
66
67 def testAddSeats(self):
68 seats_created = self.copilot.add_seats(["pashafateev"])
69 self.assertEqual(seats_created, 1)
70
71 def testRemoveSeats(self):
72 seats_cancelled = self.copilot.remove_seats(["pashafateev"])

Callers

nothing calls this directly

Calls 1

add_seatsMethod · 0.80

Tested by

no test coverage detected