neelabalan
neelabalan
Hi. Can I take this up?
Sure. Is there any testing methodoloy involved here or will it be just testing the requests individually with `curl`
I haven't worked on functional tests before. For now I will test it with curl and do some reading on functional tests.
Yeah. I did that for testing #51
Hi. I have completed testing all the services after the updating the packages to latest stable versions. I haven't updated the version for `pymongo` driver because updating to latest version...
I've updated the packages for `requirements.txt`, `requirements-restplus.txt` and `requirements-fastapi.txt` Here are the [commands](https://gist.github.com/neelabalan/bc8e4e2b8618d075599adcde4c03869a) I used for testing all the services after referring to both the Github documentation and Swagger interface...
Sure. For the commands I used httpie for all the testing since it was easy to work and has inbuilt JSON support. I will move all of those commands to...
Moving them to curl shouldn't take much work. I will do short test and port them.
I totally forgot to add here that I haven't updated the Werkzeug package (0.16.1) to latest version (1.0.0) in requirement-restuplus.txt because I found that updating it causes errors and those...