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

Method testGetCommitsWithArguments

tests/Repository.py:1057–1070  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1055 )
1056
1057 def testGetCommitsWithArguments(self):
1058 self.assertListKeyEqual(
1059 self.repo.get_commits("topic/RewriteWithGeneratedCode", "codegen/GenerateCode.py"),
1060 lambda c: c.sha,
1061 [
1062 "de386d5dc9cf103c90c4128eeca0e6abdd382065",
1063 "5b44982f6111bff2454243869df2e1c3086ccbba",
1064 "d6835ff949141957a733c8ddfa147026515ae493",
1065 "075d3d961d4614a2a0835d5583248adfc0687a7d",
1066 "8956796e7f462a49f499eac52fab901cdb59abdb",
1067 "283da5e7de6a4a3b6aaae7045909d70b643ad380",
1068 "d631e83b7901b0a0b6061b361130700a79505319",
1069 ],
1070 )
1071
1072 def testGetCommitsWithSinceUntil(self):
1073 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_commitsMethod · 0.45

Tested by

no test coverage detected