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

Method testCreateObjectFromRawData

tests/RawData.py:103–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 self.assertEqual(plan.raw_data, RawData.planRawData)
102
103 def testCreateObjectFromRawData(self):
104 user = self.g.create_from_raw_data(github.NamedUser.NamedUser, RawData.jacquev6RawData)
105 self.assertEqual(user._CompletableGithubObject__completed, True)
106 self.assertEqual(user.name, "Vincent Jacques")

Callers

nothing calls this directly

Calls 1

create_from_raw_dataMethod · 0.80

Tested by

no test coverage detected