AuthenticatedUser.add_following and .remove_following

This commit is contained in:
Vincent Jacques
2012-02-13 21:43:45 +01:00
parent 66aa372874
commit 2b31f2e9c3
6 changed files with 26 additions and 7 deletions
-1
View File
@@ -33,7 +33,6 @@ class TestCaseWithGithubTestObject( unittest.TestCase ):
def expectDelete( self, url ):
return self.g.expect._statusRequest( "DELETE", url )
return self.g.expect._dataRequest( "DELETE", url )
class GithubObjectWithOnlySimpleScalarAttributes( TestCaseWithGithubTestObject ):
GithubTestObject = GithubObject(