Shaurya Agarwal
Shaurya Agarwal
@webholik I have made the necessary changes, however `url.toString()` method doesn't URL encode `'` (single-quote) and `"` (double-quote) character.
@webholik the test fails as it doesn't URL encode `'` and `"` character. I think a better approach would be to parse URLs using `postman-collection` only but then put checks...
@Ram81 I would like to change the `responses` version from `0.9.0` to `0.12.1`, if that's alright, as the previous version does not contain `urlencoded_params_matcher` method. And some help in how...
@Ram81 I would like to work on this issue. But I am a little unfamiliar with the working of this method. From what I see, this method takes the auth...
@Ram81 sorry about the confusion, my local clone was not up-to-date. I would like to take this issue.
@Ram81 The test for `get_user_access_token` are already written in [test_get_token.py](https://github.com/Cloud-CV/evalai-cli/blob/master/tests/test_get_token.py). As `get_token` reads from the same file (`~/.evalai/token.json`) as set during `login` (which calls `utils.auth.get_user_auth_token_by_login` and `utils.auth.get_user_access_token`).