danionescu0 / docker-flask-mongodb-example

Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
GNU General Public License v3.0
99 stars 41 forks source link

added tests for fastapi user service #20 #83

Closed neelabalan closed 3 years ago

neelabalan commented 3 years ago
>> pytest -q tests/test_users_fastapi.py -s
....
4 passed in 0.32s

I'll raise a seperate PR for flask user.py. I didn't want to clutter all of them in one commit.