Django

Code

Changeset 3678

Show
Ignore:
Timestamp:
08/29/06 13:04:09 (2 years ago)
Author:
jacob
Message:

Added a rough cut of a document on using the new testing framework.

Files:

Legend:

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

    r3357 r3678  
    293293give you the option of creating a superuser immediately. 
    294294 
     295test 
     296---- 
     297 
     298Discover and run tests for all installed models.  See `Testing Django applications`_ for more information. 
     299 
     300.. _testing django applications: ../testing/ 
     301 
    295302validate 
    296303--------