mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Small refactoring
This commit is contained in:
@@ -167,11 +167,7 @@ class GithubObjectWithExtendedListAttribute( TestCaseWithGithubTestObject ):
|
||||
"GithubTestObject",
|
||||
BaseUrl( lambda obj: "/test" ),
|
||||
SimpleScalarAttributes( "a1", "a2" ),
|
||||
Deletable(),
|
||||
ExtendedListAttribute(
|
||||
pluralName = "a3s",
|
||||
type = ContainedObject
|
||||
)
|
||||
ExtendedListAttribute( "a3s", ContainedObject )
|
||||
)
|
||||
|
||||
def testGetList( self ):
|
||||
|
||||
Reference in New Issue
Block a user