Python과 MongoDB 연동 API 테스트
2019. 4. 3. 18:56ㆍ서버 프로그래밍
Unit testing python (flask) web API with MockupDB
https://medium.com/@piotrkarpaa/unit-testing-python-flask-web-api-with-mockupdb-c2cb72600854
Testing PyMongo applications with MockupDB
https://blog.zhaw.ch/icclab/testing-pymongo-applications-with-mockupdb/
mongomock
https://github.com/mongomock/mongomock
https://pypi.org/project/mongomock/
https://www.programcreek.com/python/example/105904/mongomock.MongoClient
https://programtalk.com/python-examples/mongomock.MongoClient/