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

Method testGetStatus

tests/Migration.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.assertRaises(github.UnknownObjectException, lambda: self.migration.get_archive_url())
89
90 def testGetStatus(self):
91 self.assertEqual(self.migration.get_status(), "exported")
92
93 def testGetArchiveUrlWhenExported(self):
94 self.assertEqual(

Callers

nothing calls this directly

Calls 1

get_statusMethod · 0.45

Tested by

no test coverage detected