Testing Django XML-RPC interfaces
Posted 2009-11-01.If you have a Django application that with one or more views handling XML-RPC requests, you may have found that it is difficult to test these views thoroughly. Testing business logic can be done by testing the view functions directly, of course, but you may also want to test that the views integrate correctly with the XML-RPC layer.
