mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
testIssuesAndMilestones
This commit is contained in:
@@ -3,6 +3,10 @@ import MockMockMock
|
||||
|
||||
from GithubObject import *
|
||||
|
||||
### @todo add a test where BaseUrl depends on some editable attribute.
|
||||
### Show that BaseUrl is faithfull to the edited attribute
|
||||
### (currently not the case for Label, whish has a BaseUrl depending on its name)
|
||||
|
||||
class GithubObjectTestCase( unittest.TestCase ):
|
||||
def testDuplicatedAttributeInOnePolicy( self ):
|
||||
with self.assertRaises( BadGithubObjectException ):
|
||||
|
||||
Reference in New Issue
Block a user