Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ testDelete
Method
testDelete
tests/ProjectCard.py:83–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
self.assertTrue(card.move(
"bottom"
, cols[1]))
82
83
def
testDelete(self):
84
card = self.pull_card
85
self.assertTrue(card.delete())
86
87
def
testGetAll(self):
88
expectedProjects = [
"TestProject"
]
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected