Example #1
0
 def test_build(self):
     build = travis.show('travis-ci', 'travis-ci')
     self.assertEqual(type(build.last.passed), type(bool()))
Example #2
0
 def test_repo(self):
     repo = travis.show('travis-ci', 'travis-ci')
     self.assertEqual(type(repo.stable), type(bool()))