def test_no_license(self): self.assertFalse(has_license(self.another_repo))
def test_finds_license(self): self.assertTrue(has_license(self.django_repo))