Author: ramiro
Date: 2012-02-27 11:04:33 -0800 (Mon, 27 Feb 2012)
New Revision: 17595

Added:
   django/trunk/docs/topics/_images/
   django/trunk/docs/topics/_images/django_unittest_classes_hierarchy.png
Modified:
   django/trunk/docs/topics/testing.txt
Log:
Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.

Added: django/trunk/docs/topics/_images/django_unittest_classes_hierarchy.png
===================================================================
(Binary files differ)


Property changes on: 
django/trunk/docs/topics/_images/django_unittest_classes_hierarchy.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2012-02-27 14:40:36 UTC (rev 
17594)
+++ django/trunk/docs/topics/testing.txt        2012-02-27 19:04:33 UTC (rev 
17595)
@@ -1089,6 +1089,9 @@
 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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to