Remember that some values are not fetchable

This commit is contained in:
Vincent Jacques
2012-02-12 14:37:33 +01:00
parent a942b0c85c
commit 80ec0bde33
2 changed files with 17 additions and 3 deletions
+2
View File
@@ -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: