Django TestCase 的断言方法列表在哪里?

我在谷歌上找到了断言方法列表。但这份文件似乎隐藏得很好。有人知道它在哪吗?

58342 次浏览

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.