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:16 -0500
commitbd9dc810ebd56e7c3ffa8f824df2d2e06cf1f32f (patch)
tree9370dbbd314d57eaee26af9d6fc99a4d7a263168
parent04780e8a25979645effeee0dacc279a8562ce675 (diff)
downloaddjango-bd9dc810ebd56e7c3ffa8f824df2d2e06cf1f32f.tar.gz
[1.9.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 3968ef516b..a837c516de 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -634,7 +634,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