浏览代码

Removed docs of deprecated SimpleTestCase warnings behavior.

Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).
Tim Graham 9 年之前
父节点
当前提交
6637cd0ef2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      docs/topics/testing/tools.txt

+ 0 - 1
docs/topics/testing/tools.txt

@@ -625,7 +625,6 @@ Normal Python unit test classes extend a base class of
 A thin subclass of :class:`unittest.TestCase`, it extends it with some basic
 functionality like:
 
-* Saving and restoring the Python warning machinery state.
 * Some useful assertions like:
 
   * Checking that a callable :meth:`raises a certain exception