示例#1
0
 def test_init(self):
     """Check for error during __init__."""
     with self.assertRaises(ValueError) as ve:
         Restriction.OneCut('bla-me', (Restriction.RestrictionType, ),
                            dict())
         self.assertIn('hyphen', str(ve.exception))
示例#2
0
 def test_init(self):
     """Check for error during __init__."""
     with self.assertRaises(ValueError) as ve:
         Restriction.OneCut("bla-me", (Restriction.RestrictionType, ), {})
         self.assertIn("hyphen", str(ve.exception))