Improve documentation generation

This commit is contained in:
Vincent Jacques
2012-02-26 15:41:34 +00:00
parent 37a62f4c6f
commit a6d6f05e75
8 changed files with 468 additions and 125 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ class GithubObjectWithMethodFromCallable( TestCaseWithGithubTestObject ):
"GithubTestObject",
BaseUrl( lambda obj: "/test" ),
InternalSimpleAttributes( "a1", "a2" ),
MethodFromCallable( "myMethod", [ "mock", "arg" ], [], myCallable )
MethodFromCallable( "myMethod", [ "mock", "arg" ], [], myCallable, SimpleTypePolicy( None ) )
)
def testCallMethod( self ):