summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
diff options
context:
space:
mode:
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 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