【python】接口返回主体的断言

aaa = response.json()['任意的键']
self.assertEqual(aaa,'任意键对应的值')
原文地址:https://www.cnblogs.com/luoguoxing/p/14061369.html