Hi,
New to nose testing.
Can I use nose testing for to test the REST APIs? how ?
Will I have to write my own set of functions/files that calls APIs(typically python request module calls), and then have wrapper functions like _testxx to call those API functions, parse the response, asserts and log the results ?
Please guide me. Thanks.