Django

Code

Changeset 5730

Show
Ignore:
Timestamp:
07/20/07 09:07:54 (1 year ago)
Author:
russellm
Message:

Refs #3782 -- Added documentation note that suite() handling is only in development version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/testing.txt

    r5729 r5730  
    123123in ``models.py`` and ``tests.py``, automatically build a test suite out of 
    124124those test cases, and run that suite. 
     125 
     126**New in Django development version** 
    125127 
    126128However, if you define a method called ``suite()`` in either ``models.py`` or