Test API Python

1

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

    
asked by anonymous 20.03.2017 / 19:35

0 answers