Kaydet (Commit) 7061da51 authored tarafından Ramiro Morales's avatar Ramiro Morales

Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 0447cc12
......@@ -1089,6 +1089,9 @@ TestCase
Normal Python unit test classes extend a base class of
:class:`unittest.TestCase`. Django provides a few extensions of this base class:
.. image:: _images/django_unittest_classes_hierarchy.png
:alt: Django hierarchy of unit testing helper classes (TestCase subclasses)
.. class:: TestCase()
This class provides some additional capabilities that can be useful for testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment