Re-layout code

This commit is contained in:
Vincent Jacques
2012-02-26 11:17:01 +00:00
parent f8b9580b40
commit b5c1d0a932
2 changed files with 81 additions and 12 deletions
+1
View File
@@ -326,6 +326,7 @@ class GithubObjectWithElementCreatableExternalListOfObjects( TestCaseWithGithubT
self.assertEqual( self.o.create_a3( "nameCreate", 1, 2 ).id, "idCreate" )
def testCreateWithSillyArgument( self ):
self.g.expect._dataRequest.andReturn( None )
with self.assertRaises( TypeError ):
self.o.create_a3( foobar = 42 )