summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-24 09:57:39 -0500
committerTim Graham <timograham@gmail.com>2016-02-24 09:59:23 -0500
commit4b8bd72a9ffa3e04d5fbc8ebe25808ecb7d8d265 (patch)
treed42e1efca81e37b298515a168f0aed10e12cd19c
parent6c48edae769dee8c6b691cea525f85f40760d9d0 (diff)
[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85). Backport of 6637cd0ef2fd5f063df82000c18c64c246bb6e1b from master
-rw-r--r--docs/topics/testing/tools.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 4b9671cb43..5b89a3102a 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -600,7 +600,6 @@ SimpleTestCase
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