diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-24 09:57:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-24 09:57:39 -0500 |
| commit | 6637cd0ef2fd5f063df82000c18c64c246bb6e1b (patch) | |
| tree | 5ca4b7acde7317f437001c4d4f5d6dcf05b5f92b /docs/topics/testing/tools.txt | |
| parent | b41268135995cef46d40e550f9301fab20cf330d (diff) | |
Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).
Diffstat (limited to 'docs/topics/testing/tools.txt')
| -rw-r--r-- | docs/topics/testing/tools.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
