umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

Testing API's? #278

Open lakshaytalkstomachines opened 4 years ago

lakshaytalkstomachines commented 4 years ago

How would i write tests for my endpoints? In DRF, it creates a mocking Database. How would i do it in this?