From 6637cd0ef2fd5f063df82000c18c64c246bb6e1b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 24 Feb 2016 09:57:39 -0500 Subject: [PATCH] Removed docs of deprecated SimpleTestCase warnings behavior. Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85). --- docs/topics/testing/tools.txt | 1 - 1 file changed, 1 deletion(-) 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