def test_invalidinteger(self): self.assertRaises(ValueError, plistlib.readPlistFromBytes, b"<plist><integer>not integer</integer></plist>")