1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.

Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).

Backport of 6637cd0ef2fd5f063df82000c18c64c246bb6e1b from master
This commit is contained in:
Tim Graham 2016-02-24 09:57:39 -05:00
parent 6c48edae76
commit 4b8bd72a9f

View File

@ -600,7 +600,6 @@ SimpleTestCase
A thin subclass of :class:`unittest.TestCase`, it extends it with some basic A thin subclass of :class:`unittest.TestCase`, it extends it with some basic
functionality like: functionality like:
* Saving and restoring the Python warning machinery state.
* Some useful assertions like: * Some useful assertions like:
* Checking that a callable :meth:`raises a certain exception * Checking that a callable :meth:`raises a certain exception