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

Method testUrlquotingOfQuery

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

search_issuesMethod · 0.80

Tested by

no test coverage detected