testIssuesAndMilestones

This commit is contained in:
Vincent Jacques
2012-03-03 11:10:12 +00:00
parent dfe9ded1e4
commit ae81345d06
3 changed files with 61 additions and 1 deletions
+4
View File
@@ -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 ):