mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Remember that some values are not fetchable
This commit is contained in:
@@ -41,6 +41,8 @@ class GithubObjectWithOnlySimpleAttributes( TestCaseWithGithubTestObject ):
|
||||
self.assertEqual( self.o.a1, 1 )
|
||||
# - acknowledges updates of attributes
|
||||
self.assertEqual( self.o.a2, 22 )
|
||||
# - remembers that some attributes are absent even after an update
|
||||
self.assertEqual( self.o.a4, None )
|
||||
|
||||
def testUnknownAttribute( self ):
|
||||
# A GithubObject:
|
||||
|
||||
Reference in New Issue
Block a user