mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Implement License API (#734)
* Implement License API * Update copyright
This commit is contained in:
@@ -718,6 +718,9 @@ class Repository(Framework.TestCase):
|
||||
self.assertEqual(stats.get(4, 12), 7)
|
||||
self.assertEqual(stats.get(6, 18), 2)
|
||||
|
||||
def testGetLicense(self):
|
||||
self.assertEqual(len(self.repo.get_license().content), 47646)
|
||||
|
||||
|
||||
class LazyRepository(Framework.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user