Django Rest Framework: How to properly test a ViewSet?

前端 未结 0 1519
野趣味
野趣味 2021-01-18 19:13

I\'m new to testing in DRF. I have the following ViewSet where I\'m only allowing the \'List\' and \'Retrieve\' actions:

class RecipeViewSet(mixins.ListModelM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题