我在谷歌上找到了断言方法列表。但这份文件似乎隐藏得很好。有人知道它在哪吗?
It just uses the standard python unittest, http://docs.python.org/library/unittest.html#assert-methods, extended with Django-specific asserts which can be found here.
The django custom methods are at https://docs.djangoproject.com/en/dev/topics/testing/#assertions
the link that worked for me is https://docs.djangoproject.com/en/dev/topics/testing/overview/#assertions