more information SkipTest for XMLRPC

This commit is contained in:
Zooko O'Whielacronx 2007-10-04 11:07:46 -07:00
parent be98d7ebb2
commit 021b5d4f2a

View File

@ -1464,6 +1464,6 @@ class Web(WebMixin, unittest.TestCase):
return d
def test_XMLRPC(self):
raise unittest.SkipTest("not yet")
raise unittest.SkipTest("The XML-RPC interface is not yet implemented. Please use the RESTful interface (documented in docs/webapi.txt) for now.")
pass