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

Method testUrlquotingOfQualifiers

tests/Search.py:293–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 )
292
293 def testUrlquotingOfQualifiers(self):
294 # Example taken from #236
295 issues = self.g.search_issues("repo:saltstack/salt-api type:Issues", updated=">2014-03-04T18:28:11Z")
296 self.assertEqual(issues[0].id, 29138794)
297
298 def testUrlquotingOfQuery(self):
299 # Example taken from #236

Callers

nothing calls this directly

Calls 1

search_issuesMethod · 0.80

Tested by

no test coverage detected