Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ testRemoveSeats
Method
testRemoveSeats
tests/Copilot.py:71–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
self.assertEqual(seats_created, 1)
70
71
def
testRemoveSeats(self):
72
seats_cancelled = self.copilot.remove_seats([
"pashafateev"
])
73
self.assertEqual(seats_cancelled, 1)
Callers
nothing calls this directly
Calls
1
remove_seats
Method · 0.80
Tested by
no test coverage detected