How to check and see if an output contains the desired elements from any list or not?

前端 未结 0 455
遇见更好的自我
遇见更好的自我 2020-12-07 01:01

I am trying to write tests for a particular app in django using the python\'s unittest library.

def test_permissions_for_admin(self):
    admin = Group.object         


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