(self)
| 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 |
nothing calls this directly
no test coverage detected