Testing RESTful web services in Django -- Tantalizingly Close.
Here's what's great about Django coupled with the Django-REST Interface : It's almost all model. You define the model, write some tests. Add the URL mappings, write some tests using the built-in Django client.
We're almost there, but this doesn't work out perfectly. To do complete tests, we have to either …
more ...