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