Django TestCase的Assertion Methods列表在哪里?

btk*_*btk 81 testing django assert

我用Google搜索找到断言方法列表.但似乎这个文档很好地隐藏了.有谁知道它在哪里?

kcb*_*ner 113

它只使用标准的python单元测试,http: //docs.python.org/library/unittest.html#assert-methods,扩展了Django特定的断言,可以在这里找到.