def test_synopsis(self):
     opts = runner.TryServerOptions()
     self.assertIn('buildbot tryserver', opts.getSynopsis())
 def parse(self, *args):
     self.opts = runner.TryServerOptions()
     self.opts.parseOptions(args)
     return self.opts