Author: russellm
Date: 2007-07-20 09:07:54 -0500 (Fri, 20 Jul 2007)
New Revision: 5730

Modified:
   django/trunk/docs/testing.txt
Log:
Refs #3782 -- Added documentation note that suite() handling is only in 
development version.


Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt       2007-07-20 13:57:49 UTC (rev 5729)
+++ django/trunk/docs/testing.txt       2007-07-20 14:07:54 UTC (rev 5730)
@@ -123,6 +123,8 @@
 in ``models.py`` and ``tests.py``, automatically build a test suite out of
 those test cases, and run that suite.
 
+**New in Django development version**
+
 However, if you define a method called ``suite()`` in either ``models.py`` or
 ``tests.py``, that method will be used to construct the test suite for that
 module. This follows the `suggested organization`_ for unit tests. See the


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

Reply via email to