I have been learning for a couple of hours how to test python code with Lettuce. I would also like to test Django applications for REST requests and responses with URLs. Can I achieve this with Lettuce?
Lettuce home page: lettuce.it
I have been learning for a couple of hours how to test python code with Lettuce. I would also like to test Django applications for REST requests and responses with URLs. Can I achieve this with Lettuce?
Lettuce home page: lettuce.it
I think yes. There's a special lettuce app for django. Here's a nice intro how to test Django REST API with lettuce - http://lettuce.it/recipes/django-lxml.html