Example #1
0
 def test_no_license(self):
     self.assertFalse(has_license(self.another_repo))
Example #2
0
 def test_finds_license(self):
     self.assertTrue(has_license(self.django_repo))