Commit 6637cd0e authored by Tim Graham's avatar Tim Graham
Browse files

Removed docs of deprecated SimpleTestCase warnings behavior.

Removed in Django 1.7 (4f6be9a0).
parent b4126813
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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