summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
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:57:39 -0500
commit6637cd0ef2fd5f063df82000c18c64c246bb6e1b (patch)
tree5ca4b7acde7317f437001c4d4f5d6dcf05b5f92b /docs/topics/testing/tools.txt
parentb41268135995cef46d40e550f9301fab20cf330d (diff)
Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).
Diffstat (limited to 'docs/topics/testing/tools.txt')
-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 a2519da64d..289b84fdfc 100644
--- a/docs/topics/testing/tools.txt
+++ b/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