remove unimplemented and skipped test for feature that we don't plan to implement any time soon (XML-RPC interface)

This commit is contained in:
Zooko O'Whielacronx 2007-12-12 20:06:05 -07:00
parent 0949638c11
commit 2915f5b7f4

View File

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