How can I test a url of an api using nosetest
For example: I have the following api: /api/user
How to ensure that calls in this url are being called?
make a GET
... a POST
passing the parameters in the body
I tried to use pyresttest
but I could not make the tests work very well